ProductOptionDTO
A product option's data.
Properties
deleted_atstring | DateWhen the product option was deleted.
idstringRequiredThe ID of the product option.
metadatanull | 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.titlestringRequiredThe 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?