Skip to main content
Skip to main content

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

idstringRequired
The product collection's ID
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
titlestringRequired
The title that the Product Collection is identified by.
handlestringRequired
A unique string that identifies the Product Collection - can for example be used in slug structures.
productsProduct[]Required
The details of the products that belong to this product collection.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?