Hoppa till huvudinnehåll
POST
JavaScript

Auktoriseringar

Authorization
string
header
obligatorisk

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

Sökvägsparametrar

id
string
obligatorisk

Product Collection Id

Kropp

application/json
products
object[]
obligatorisk

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)

Svar

Group added successfully

group_id
string
obligatorisk
products
object[]
obligatorisk
status
boolean
obligatorisk
group_name
string | null
Senast ändrad 22 maj 2026