Vai al contenuto principale
PATCH
JavaScript

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

id
string
obbligatorio

Product Collection Id

group_id
string<uuid>
obbligatorio

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

Risposta

Group updated successfully

Ultima modifica il 22 maggio 2026