Pular para o conteúdo principal
POST
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Product Collection Id

Corpo

application/json
products
object[]
obrigatório

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)

Resposta

Group added successfully

group_id
string
obrigatório
products
object[]
obrigatório
status
boolean
obrigatório
group_name
string | null
Última modificação em 26 de maio de 2026