Skip to main content
Skip to main content

ProductOptionValueDTO

The product option value's data.

Properties

deleted_atstring | Date
When the product option value was deleted.
idstringRequired
The ID of the product option value.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
optionProductOptionDTORequired
The associated product option.
valuestringRequired
The value of the product option value.
variantProductVariantDTORequired
The associated product variant.
Was this section helpful?