Skip to main content
Skip to main content

ProductCollectionDTO

A product collection's data.

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.
created_atstring | DateRequired
When the product collection was created.
updated_atstring | DateRequired
When the product collection was updated.
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?