Skip to main content
Skip to main content

ProductCollectionDTO

A product collection's data.

handlestringRequired
The handle of the product collection. The handle can be used to create slug URL paths.
idstringRequired
The ID of the product collection.
titlestringRequired
The title of the product collection.
deleted_atstring | Date
When the product collection was deleted.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
productsProductDTO[]
The associated products.
Was this section helpful?