{
"choices": [
{
"id": "db3je27rg7",
"value": "45"
}
],
"id": "WMd1xylGrp",
"name": "Shirt size",
"type": "COLOR"
}product_option
| Property | Description | Mutable |
|---|---|---|
| idstring | Unique identifier for the option | No |
| 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 details | Yes |
choices
| Property | Description | Mutable |
|---|---|---|
| id string | Unique identifier for the choice | No |
| value string | Value of the choice | Yes |