Field | Type | Description |
---|---|---|
id | Int | Id of the product price |
name | String | Name of the product price (translated) |
price | Price | 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. |
offer | OfferItem.detailed? | Nullable. Specificies where a discount should get appllied. A shop can give a complete category a discount, or only a certain product, or only a fixed product price. When calculating the discount, always round the price to 1 cent before multiplying it with an amount, persons or kilograms. |
{
"id": 13,
"name": "...",
"price": {
"value": 18,
"currency": "EUR"
},
"offer": {
"type": "percentage",
"x": 17,
"y": 16,
"percentage": 12,
"minimum": 13,
"offer": {
"id": 19,
"name": "Black Friday"
}
}
}