Skip to content

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.
{
"type": "option",
"label": "Color",
"value": "Red"
}