UpdateProductCollectionDTO
The data to update in a product collection. The id is used to identify which product collection to update.
Properties
handlestringThe handle of the product collection.
idstringRequiredThe 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.
titlestringThe title of the product collection.
valuestringThe value of the product collection.
Was this section helpful?