Skip to main content
POST
Get Wishlist Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
altId
string
required

Location Id or Agency Id

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required
Available options:
location
productIds
string[]
required

Array of product IDs

Example:
storeId
string
required

Store Id

Example:

"3SwdhCu3svxI8AKsPJt6"

contactId
string
required

Contact id for which wishlist is required

Example:

"3SwdhCu3svxI8AKsPJt6"

Response

Successful response

products
string[]
required

Array of product IDs

Example:
Last modified on March 8, 2026