Types > Option
Commerce APITypesOption
Option

Description

Topic: Options

Fields

id: String!

A unique human-readable option identifier

Example: "size"


meta: String!

Metadata of the option

Example: "color"


name: String!

Name of the option

Translatable

Example: "Size"


values: [OptionValue!]!

Option values


Used By

Mutations

optionsCreate, optionsModify

Queries

options

Preview (typescript)

Loading module