ProductCollection
A Product Collection allows grouping together products for promotional purposes. For example, an admin can create a Summer collection, add products to it, and showcase it on the storefront.
Properties
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
handle
stringRequiredA unique string that identifies the Product Collection - can for example be used in slug structures.
id
stringRequiredThe product collection's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the products that belong to this product collection.
title
stringRequiredThe title that the Product Collection is identified by.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?