Skip to main content
POST
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Product Collection Id

Corps

application/json
products
object[]
requis

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)

Réponse

Group added successfully

group_id
string
requis
products
object[]
requis
status
boolean
requis
group_name
string | null
Dernière modification le 26 mai 2026