Skip to main content
Skip to main content

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

idstringRequired
The product option value'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.
valuestringRequired
The 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_idstringRequired
The ID of the Product Option that the Product Option Value belongs to.
optionProductOptionRequired
The details of the product option that the Product Option Value belongs to.
variant_idstringRequired
The ID of the product variant that uses this product option value.
variantProductVariantRequired
The details of the product variant that uses this product option value.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?