Saltar al contenido principal
POST
JavaScript

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

Product Collection Id

Cuerpo

application/json
products
object[]
requerido

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)

Respuesta

Group added successfully

group_id
string
requerido
products
object[]
requerido
status
boolean
requerido
group_name
string | null
Última modificación el 22 de mayo de 2026