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