CreateProductCollectionDTO
A product collection to create.
title
stringRequiredThe product collection's title.
handle
stringThe product collection's handle. If not provided, the value of this attribute is set to the slug version of the title.
product_ids
string[]The products to associate with the collection.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?