Saltar al contenido principal
PATCH
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

group_id
string<uuid>
requerido

Product Collection Group Id

Cuerpo

application/json
group_name
string | null

Optional group name update: Some(Some(name)) = set name, Some(None) = clear name, None = no change

product_order
string<uuid>[] | null

Optional new order for products in this group (array of product_collection_group_pdts UUIDs)

status
boolean | null

Optional status update

Respuesta

Group updated successfully

Última modificación el 22 de mayo de 2026