Skip to main content
POST
JavaScript

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

id
string
obbligatorio

Product Collection Id

Corpo

application/json
products
object[]
obbligatorio

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)

Risposta

Group added successfully

group_id
string
obbligatorio
products
object[]
obbligatorio
status
boolean
obbligatorio
group_name
string | null
Ultima modifica il 22 maggio 2026