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