ProductOptionValue
An option value is one of the possible values of a Product Option. Product Variants specify a unique combination of product option values.
Properties
id
stringRequiredThe product option value'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.
value
stringRequiredThe value that the Product Variant has defined for the specific Product Option (e.g. if the Product Option is "Size" this value could be
Small
, Medium
or Large
).option_id
stringRequiredThe ID of the Product Option that the Product Option Value belongs to.
The details of the product option that the Product Option Value belongs to.
variant_id
stringRequiredThe ID of the product variant that uses this product option value.
The details of the product variant that uses this product option value.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
Was this section helpful?