Skip to main content
Skip to main content

ProductCollectionDTO

A product collection's data.

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