Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

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?