Product Option Object

{
  "choices": [
    {
      "id": "db3je27rg7",
      "value": "45"
    }
  ],
  "id": "WMd1xylGrp",
  "name": "Shirt size",
	"type": "COLOR"
}

product_option

PropertyDescriptionMutable
idstringUnique identifier for the optionNo
name
string
The name of the option.Yes
type
string
The type of the option. Can be 'COLOR' or 'TEXT'Yes
choices
string
An array of choices for the option See the section below for detailsYes

choices

PropertyDescriptionMutable
id
string
Unique identifier for the choiceNo
value
string
Value of the choiceYes