Skip to main content
Skip to main content

ProductOption

A Product Option defines properties that may vary between different variants of a Product. Common Product Options are "Size" and "Color". Admins are free to create any product options.

Properties

created_atDateRequired
The date with timezone at which the resource was created.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
idstringRequired
The product option's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
productProductRequired
The details of the product that this product option belongs to.
product_idstringRequired
The ID of the product that this product option belongs to.
titlestringRequired
The title that the Product Option is defined by (e.g. Size).
updated_atDateRequired
The date with timezone at which the resource was updated.
valuesProductOptionValue[]Required
The details of the values of the product option.
Was this section helpful?