Skip to main content
Skip to main content

ProductOptionDTO

A product option's data.

idstringRequired
The ID of the product option.
titlestringRequired
The title of the product option.
productProductDTORequired
The associated product.
valuesProductOptionValueDTO[]Required
The associated product option values.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
deleted_atstring | Date
When the product option was deleted.
Was this section helpful?