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