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. |
{
"id": 15,
"name": "...",
"price_change": 13
}