Represents either a product variant type or a template option type.
When used in paginations can be filtered with the where filter by:
id
code
name
type
custom.<field-name>
and sorted with the sort filter by:
id
custom.<field-name>
Returns the unique ID of the option type.
Returns the type of the option. It can be one of multiple_choice
, text
, color
, image_upload
, or file_upload
.
Returns the name of the option.