Field | Type | Description |
---|---|---|
id | Int | Id of the product price |
name | String | Name of the product price (translated) |
price_change | Int | Price change in cents. Positive for price increase, negative for discount. |
optionset | OptionSet.simple |
{
"id": 10,
"name": "...",
"price_change": 10,
"optionset": {
"id": 16,
"name": "...",
"allow_attachment": false
}
}