ProductOptionValue
Base abstract entity for all entities
Properties
created_at
DateRequireddeleted_at
null | DateRequiredid
stringRequiredmetadata
Record<string, unknown>RequiredA 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.
option_id
stringRequiredupdated_at
DateRequiredvalue
stringRequiredA Product Variant represents a Product with a specific set of Product Option configurations. The maximum number of Product Variants that a Product can have is given by the number of available Product Option combinations. A product must at least have one product variant.
variant_id
stringRequiredWas this section helpful?