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.

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