UpsertProductCollectionDTO
The product collection to create or update.
id
stringThe ID of the product collection to update. If not provided,
the product collection is created. In this case, the
title
property is
required.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?