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.
valuesProductOptionValueDTO[]Required
The associated product option values.
created_atstring | DateRequired
When the product option was created.
updated_atstring | DateRequired
When the product option was updated.
productnull | ProductDTO
The associated product.
product_idnull | string
The associated product id.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
deleted_atstring | Date
When the product option was deleted.
Was this section helpful?