CartItemProductProperty
| Field | Type | Required | Description |
|---|---|---|---|
type |
string |
yes | one of: option, input |
label |
string |
Display label of the property. | |
value |
string |
yes | The selected value of the property. |
Example
Section titled “Example”{ "type": "option", "label": "Color", "value": "Red"}
