product_option
A product option, such as color or size.
| Properties | Type | Description |
|---|---|---|
id | string | The id of the product option. |
name | string | The name of the product option. |
position | number | The 1-based index of the product option. |
values | an array of string | The possible values for the product option. |
{
"id": "1c63160d-61e1-4729-9649-dc064f228f46",
"name": "Size",
"position": 2,
"values": [
"35",
"36",
"37",
"38",
"39",
"40"
]
}