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