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

idstringRequired
The product option'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 Option is defined by (e.g. Size).
valuesProductOptionValue[]Required
The details of the values of the product option.
product_idstringRequired
The ID of the product that this product option belongs to.
productProductRequired
The details of the product that this product option belongs to.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?