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
created_at
DateRequiredThe date with timezone at which the resource was created.
deleted_at
null | DateRequiredThe date with timezone at which the resource was deleted.
id
stringRequiredThe product option value's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the product option that the Product Option Value belongs to.
option_id
stringRequiredThe ID of the Product Option that the Product Option Value belongs to.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
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
).The details of the product variant that uses this product option value.
variant_id
stringRequiredThe ID of the product variant that uses this product option value.
Was this section helpful?