Skip to main content
PATCH
Update a custom group

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Group ID

Body

application/json

At least one of groupName, addProducts, removeProducts, addBrands, or removeBrands must be provided. Use addProducts/removeProducts only for product-based groups, and addBrands/removeBrands only for brand-based groups — these cannot be mixed in the same request.

channelId
string
required
merchantId
string
required
groupName
string
addProducts
object[]
removeProducts
object[]
addBrands
string[]
removeBrands
string[]

Response