ProductPrice.company-order

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

Examples

Example 1

{
    "id": 13,
    "name": "...",
    "price": {
        "value": 10,
        "currency": "EUR"
    },
    "price_look_up_code": "...",
    "code": "..."
}
This is a development version Do not use this version in production
1.10.0 development