Skip to main content
Skip to main content

UpsertProductCollectionDTO

The product collection to create or update.

idstring
The ID of the product collection to update. If not provided, the product collection is created. In this case, the title property is required.
valuestring
The value of the product collection.
titlestring
The title of the product collection.
handlestring
The handle of the product collection.
product_idsstring[]
The IDs of the products to associate with the product collection.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?