Skip to main content
POST
/
v3
/
profiles
/
{profile}
/
lists
/
{list}
/
shares
Add Product List Share
curl --request POST \
  --url http://localhost/api/v3/profiles/{profile}/lists/{list}/shares
{
  "data": {
    "id": 123,
    "handle": "<string>",
    "profile_id": "<string>",
    "product_list_id": 123,
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

profile
string<uuid>
required

The profile ID

list
integer
required

The list ID

Response

ProductListShare

data
ProductListShare · object
required