Overview

Represents either a product variant type or a template option type.

Filtering

When used in paginations can be filtered with the where filter by:

and sorted with the sort filter by:

Properties

option_type.id

Returns the unique ID of the option type.

option_type.type

Returns the type of the option. It can be one of multiple_choice, text, color, image_upload, or file_upload.

option_type.name

Returns the name of the option.

option_type.code