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