Field | Type | Description |
---|---|---|
id | Int | Id of the product price |
name | String | Name of the product price (translated) |
price_change | Price | Price change in cents. Positive for price increase, negative for discount. |
optionset | OptionSet.simple |
{
"id": 17,
"name": "...",
"price_change": {
"value": 18,
"currency": "EUR"
},
"optionset": {
"id": 15,
"name": "...",
"allow_attachment": true
}
}