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

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 value's ID
metadataRecord<string, unknown>Required
An optional key-value map with additional details
optionProductOptionRequired
The details of the product option that the Product Option Value belongs to.
option_idstringRequired
The ID of the Product Option that the Product Option Value belongs to.
updated_atDateRequired
The date with timezone at which the resource was updated.
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).
variantProductVariantRequired
The details of the product variant that uses this product option value.
variant_idstringRequired
The ID of the product variant that uses this product option value.
Was this section helpful?