Skip to main content
POST
Create a custom group

Authorizations

x-api-key
string
header
required

Body

application/json

Custom group details

Either products or brands must be provided (not both)

channelId
string
required
merchantId
string
required
groupName
string
required
products
object[]
brands
string[]
groupId
string

Optional. The ID of an existing custom group, as returned by the GET custom groups endpoint. Providing this value will completely overwrite the existing group. To add or remove individual items instead, use the PATCH endpoint.

Response