Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Product Collection Id

Body

application/json
products
object[]
required

Products in this group

group_name
string | null

Optional group name. Multiple groups can have null names, but named groups must be unique per collection

status
boolean | null

Status of the group (defaults to true if not provided)

Response

Group added successfully

group_id
string
required
products
object[]
required
status
boolean
required
group_name
string | null
Last modified on May 21, 2026