Skip to main content
Skip to main content

UpdateProductCollectionDTO

The data to update in a product collection. The id is used to identify which product collection to update.

idstringRequired
The ID of the product collection to update.
valuestring
The value of the product collection.
titlestring
The title of the product collection.
handlestring
The handle of the product collection.
product_idsstring[]
The IDs of the products to associate with the product collection.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?