ProductOptionValueDTO
The product option value's data.
Properties
deleted_at
string | DateWhen the product option value was deleted.
id
stringRequiredThe ID of the product option value.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
The associated product option.
value
stringRequiredThe value of the product option value.
The associated product variant.
Was this section helpful?