Pular para o conteúdo principal
PATCH
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

group_id
string<uuid>
obrigatório

Product Collection Group Id

Corpo

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

Resposta

Group updated successfully

Última modificação em 22 de maio de 2026