product_option

A product option, such as color or size.

PropertiesTypeDescription
idstringThe id of the product option.
namestringThe name of the product option.
positionnumberThe 1-based index of the product option.
valuesan array of stringThe possible values for the product option.
{
  "id": "1c63160d-61e1-4729-9649-dc064f228f46",
  "name": "Size",
  "position": 2,
  "values": [
    "35",
    "36",
    "37",
    "38",
    "39",
    "40"
  ]
}