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