ProductCollectionDTO
internal.ProductTypes.ProductCollectionDTO
A product collection's data.
Properties
deleted_at
string | DateWhen the product collection was deleted.
handle
stringRequiredThe handle of the product collection. The handle can be used to create slug URL paths.
id
stringRequiredThe ID of the product collection.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
products
ProductDTO[]The associated products. It may only be available if the
products
relation is expanded.title
stringRequiredThe title of the product collection.
Was this section helpful?