Skip to main content

Create a new FavoriteList

POST 

/v2/favoritelists

Create a new FavoriteList

Request

Body

required

Create FavoriteList input

    productIds integer[]

    Favorite List product IDs list

    productSources string[]

    List of product sources

    clusterIds integer[]

    Favorite List cluster IDs list

    clusterSources string[]

    List of cluster sources

    isDefault booleanrequired

    Favorite List is default

    name stringrequired

    Possible values: <= 64 characters

    Favorite List name

    companyId int

    Favorite List company ID

    companySource

    object

    id stringrequired

    Source ID

    name stringrequired

    Name of the source

    contactId int

    Favorite List contact ID

    contactSource

    object

    id stringrequired

    Source ID

    name stringrequired

    Name of the source

    customerId int

    Favorite List customer ID

    customerSource

    object

    id stringrequired

    Source ID

    name stringrequired

    Name of the source

Responses

FavoriteList created

Schema

    name stringrequired

    Possible values: <= 64 characters

    Favorite List name

    companyId int

    Favorite List company ID

    contactId int

    Favorite List contact ID

    customerId int

    Favorite List customer ID

    productIds number[]

    Favorite List product IDs list

    clusterIds number[]

    Favorite List cluster IDs list

    isDefault booleanrequired

    Default Favorite List

    slug stringrequired

    Favorite List slug

    createdAt date-time

    Favorite List date created

    updatedAt date-time

    Favorite List date modified

    id stringrequired

    Favorite List identifier

Loading...