Skip to main content
Skip to main content

ProductCollectionDTO

A product collection's data.

Properties

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