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
id
stringRequiredThe product collection's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
title
stringRequiredThe title that the Product Collection is identified by.
handle
stringRequiredA unique string that identifies the Product Collection - can for example be used in slug structures.
The details of the products that belong to this product collection.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?