Skip to main content
Skip to main content

ProductOptionValueDTO

The product option value's data.

idstringRequired
The ID of the product option value.
valuestringRequired
The value of the product option value.
created_atstring | DateRequired
When the product option value was created.
updated_atstring | DateRequired
When the product option value was updated.
optionnull | ProductOptionDTO
The associated product option. It may only be available if the option relation is expanded.
option_idnull | string
The associated product option id.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
deleted_atstring | Date
When the product option value was deleted.
Was this section helpful?