UpdateProductCollectionDTO
The data to update in a product collection. The id
is used to identify which product collection to update.
handle
stringThe handle of the product collection.
id
stringRequiredThe ID of the product collection to update.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
product_ids
string[]The IDs of the products to associate with the product collection.
title
stringThe title of the product collection.
value
stringThe value of the product collection.
Was this section helpful?