Field | Type | Description |
---|---|---|
id | Int | Id of the product price |
name | String | Name of the product price (translated) |
price | Int | Price of this product price (cents). Please also check if the shop where you want to order has an offer with a discount for this product price available. |
{
"id": 11,
"name": "...",
"price": 13
}