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