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. |
price_look_up_code | String? | Nullable. A String value |
code | String? | Nullable. A custom code. You can set this to your own code and use this field to map your products to Bakeronline products |
{
"id": 16,
"name": "...",
"price": {
"value": 14,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
}