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