ProductCollectionDTO
A product collection's data.
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.
The associated products.
title
stringRequiredThe title of the product collection.
Was this section helpful?