Get all orders for a company

GET /management/companies/@id/orders

Get all orders for a company

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

Query string (URL)

Append the querystring with following properties to the URL.

Field Type Description
acquire_method [String] Optional. Array of acquire methods. e.g. takeout, delivery or latch
acquire_on String Optional. String enumarion of 'one_year_ago', 'this_year', 'last_month', 'this_month', 'today', 'tomorrow', 'later'
created_on String Optional. String enumarion of 'one_year_ago', 'this_year', 'last_month', 'this_month', 'today', 'tomorrow', 'later'
status [String] Optional. Array of statuses. e.g. unread, read, approved, preparing, ready, other
shops [Int] Optional. Array of shop ids
search String Optional. A String value
flags [String] Optional. Array of flags. e.g. has_invoice, has_warranty, has_comments
page Int Optional. An integer value
limit Int Optional. An integer value
sort_by String Optional. String enumarion of 'order_nr', 'name', 'acquire_time'

Example request 1

GET /management/companies/@id/orders?acquire_method%5B0%5D=takeout&acquire_method%5B1%5D=delivery&acquire_method%5B2%5D=latch&acquire_on=one_year_ago&created_on=one_year_ago&status%5B0%5D=all&status%5B1%5D=unread&status%5B2%5D=read&status%5B3%5D=approved&status%5B4%5D=preparing&status%5B5%5D=ready&status%5B6%5D=other&shops%5B0%5D=11&shops%5B1%5D=18&shops%5B2%5D=11&search=...&flags%5B0%5D=has_invoice&flags%5B1%5D=has_warranty&flags%5B2%5D=has_comments&page=18&limit=10&sort_by=order_nr HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.8.0
Accept-Language: en-US,en;q=0.5

Response

A dictionary with fields

Field Type Description
orders [company.Order.detailed] Array of company.Order.detailed
page Int An integer value
limit Int An integer value

Example response 1

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 121091

{
    "orders": [
        {
            "id": 15,
            "shop_id": 16,
            "company_id": 19,
            "status": "PENDING",
            "order_nr": 18,
            "prices": {
                "price": {
                    "value": 10,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 14,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 13,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 18,
                    "currency": "EUR"
                }
            },
            "payment_method": "point_of_sale",
            "checkout": {
                "method": "delivery",
                "date": "2019-01-31",
                "time": "12:00",
                "end_time": "12:00",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "notes": "...",
                "name": "...",
                "latch_id": 11,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 19,
                    "persons": 15,
                    "gram": 17,
                    "comment": "...",
                    "product": {
                        "id": 14,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 13,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 10,
                        "name": "...",
                        "price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 16,
                    "options": [
                        {
                            "option": {
                                "id": 10,
                                "name": "...",
                                "price_change": {
                                    "value": 14,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 16,
                                    "max_different_options": 15,
                                    "min_amount_options": 11,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 18,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        },
                        {
                            "option": {
                                "id": 13,
                                "name": "...",
                                "price_change": {
                                    "value": 16,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 10,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 14,
                                    "min_amount_options": 17,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        },
                        {
                            "option": {
                                "id": 18,
                                "name": "...",
                                "price_change": {
                                    "value": 16,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 19,
                                    "max_different_options": 17,
                                    "min_amount_options": 14,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        }
                    ]
                },
                {
                    "amount": 16,
                    "persons": 15,
                    "gram": 11,
                    "comment": "...",
                    "product": {
                        "id": 19,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 18,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 15,
                        "name": "...",
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 19,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 14,
                    "options": [
                        {
                            "option": {
                                "id": 12,
                                "name": "...",
                                "price_change": {
                                    "value": 16,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 10,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 16,
                                    "max_different_options": 11,
                                    "min_amount_options": 18,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        },
                        {
                            "option": {
                                "id": 12,
                                "name": "...",
                                "price_change": {
                                    "value": 17,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 10,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 17,
                                    "max_different_options": 15,
                                    "min_amount_options": 13,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 18,
                                "url": "https://example.com"
                            },
                            "amount": 11
                        },
                        {
                            "option": {
                                "id": 17,
                                "name": "...",
                                "price_change": {
                                    "value": 11,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 18,
                                    "max_different_options": 10,
                                    "min_amount_options": 14,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        }
                    ]
                },
                {
                    "amount": 13,
                    "persons": 14,
                    "gram": 11,
                    "comment": "...",
                    "product": {
                        "id": 19,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 17,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 11,
                        "name": "...",
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 17,
                    "options": [
                        {
                            "option": {
                                "id": 12,
                                "name": "...",
                                "price_change": {
                                    "value": 13,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 14,
                                    "max_different_options": 10,
                                    "min_amount_options": 14,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 15,
                                "url": "https://example.com"
                            },
                            "amount": 16
                        },
                        {
                            "option": {
                                "id": 17,
                                "name": "...",
                                "price_change": {
                                    "value": 13,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 16,
                                    "max_different_options": 18,
                                    "min_amount_options": 19,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 15,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        },
                        {
                            "option": {
                                "id": 14,
                                "name": "...",
                                "price_change": {
                                    "value": 10,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 10,
                                    "min_amount_options": 18,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 17,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 13,
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": true
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 11,
                "employee_id": 10
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 15
            },
            "created_at": 1657085947,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": false,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": true,
                "refunded": false
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        },
        {
            "id": 19,
            "shop_id": 18,
            "company_id": 12,
            "status": "PENDING",
            "order_nr": 18,
            "prices": {
                "price": {
                    "value": 19,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 15,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 16,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 13,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 15,
                    "currency": "EUR"
                }
            },
            "payment_method": "point_of_sale",
            "checkout": {
                "method": "delivery",
                "date": "2019-01-31",
                "time": "12:00",
                "end_time": "12:00",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "notes": "...",
                "name": "...",
                "latch_id": 15,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 14,
                    "persons": 14,
                    "gram": 19,
                    "comment": "...",
                    "product": {
                        "id": 19,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 12,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 14,
                        "name": "...",
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 19,
                    "options": [
                        {
                            "option": {
                                "id": 10,
                                "name": "...",
                                "price_change": {
                                    "value": 12,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 15,
                                    "max_different_options": 18,
                                    "min_amount_options": 18,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 10,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "option": {
                                "id": 19,
                                "name": "...",
                                "price_change": {
                                    "value": 14,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 16,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 12,
                                    "max_different_options": 18,
                                    "min_amount_options": 11,
                                    "max_amount_options": 17
                                }
                            },
                            "upload": {
                                "id": 15,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        },
                        {
                            "option": {
                                "id": 11,
                                "name": "...",
                                "price_change": {
                                    "value": 19,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 13,
                                    "max_different_options": 18,
                                    "min_amount_options": 17,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        }
                    ]
                },
                {
                    "amount": 18,
                    "persons": 19,
                    "gram": 13,
                    "comment": "...",
                    "product": {
                        "id": 11,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 10,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 12,
                        "name": "...",
                        "price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 16,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 17,
                    "options": [
                        {
                            "option": {
                                "id": 13,
                                "name": "...",
                                "price_change": {
                                    "value": 16,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 15,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 12,
                                    "max_different_options": 15,
                                    "min_amount_options": 12,
                                    "max_amount_options": 17
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        },
                        {
                            "option": {
                                "id": 12,
                                "name": "...",
                                "price_change": {
                                    "value": 13,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 15,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 11,
                                    "min_amount_options": 13,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        },
                        {
                            "option": {
                                "id": 10,
                                "name": "...",
                                "price_change": {
                                    "value": 12,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 12,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 12,
                                    "max_different_options": 10,
                                    "min_amount_options": 17,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 12,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        }
                    ]
                },
                {
                    "amount": 10,
                    "persons": 17,
                    "gram": 15,
                    "comment": "...",
                    "product": {
                        "id": 17,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 18,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 15,
                        "name": "...",
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 17,
                    "options": [
                        {
                            "option": {
                                "id": 18,
                                "name": "...",
                                "price_change": {
                                    "value": 17,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 12,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 14,
                                    "max_different_options": 10,
                                    "min_amount_options": 18,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 18,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        },
                        {
                            "option": {
                                "id": 17,
                                "name": "...",
                                "price_change": {
                                    "value": 15,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 14,
                                    "min_amount_options": 10,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 13,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        },
                        {
                            "option": {
                                "id": 18,
                                "name": "...",
                                "price_change": {
                                    "value": 15,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 11,
                                    "max_different_options": 13,
                                    "min_amount_options": 10,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 17
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 17,
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": false
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 13,
                "employee_id": 19
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 14
            },
            "created_at": 1657085947,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": true,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": false,
                "refunded": true
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        },
        {
            "id": 12,
            "shop_id": 13,
            "company_id": 13,
            "status": "PENDING",
            "order_nr": 15,
            "prices": {
                "price": {
                    "value": 17,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 10,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 17,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 19,
                    "currency": "EUR"
                }
            },
            "payment_method": "point_of_sale",
            "checkout": {
                "method": "delivery",
                "date": "2019-01-31",
                "time": "12:00",
                "end_time": "12:00",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "notes": "...",
                "name": "...",
                "latch_id": 16,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 12,
                    "persons": 19,
                    "gram": 15,
                    "comment": "...",
                    "product": {
                        "id": 14,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "only_order_in_store": true,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 19,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 17,
                        "name": "...",
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 11,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 17,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 13,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 15,
                    "options": [
                        {
                            "option": {
                                "id": 13,
                                "name": "...",
                                "price_change": {
                                    "value": 11,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 11,
                                    "max_different_options": 18,
                                    "min_amount_options": 10,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 10,
                                "url": "https://example.com"
                            },
                            "amount": 16
                        },
                        {
                            "option": {
                                "id": 15,
                                "name": "...",
                                "price_change": {
                                    "value": 18,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 16,
                                    "max_different_options": 19,
                                    "min_amount_options": 13,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "option": {
                                "id": 10,
                                "name": "...",
                                "price_change": {
                                    "value": 11,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 11,
                                    "max_different_options": 13,
                                    "min_amount_options": 14,
                                    "max_amount_options": 11
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 17
                        }
                    ]
                },
                {
                    "amount": 15,
                    "persons": 10,
                    "gram": 12,
                    "comment": "...",
                    "product": {
                        "id": 15,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 13,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 19,
                        "name": "...",
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 11,
                    "options": [
                        {
                            "option": {
                                "id": 10,
                                "name": "...",
                                "price_change": {
                                    "value": 12,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 15,
                                    "max_different_options": 17,
                                    "min_amount_options": 14,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        },
                        {
                            "option": {
                                "id": 11,
                                "name": "...",
                                "price_change": {
                                    "value": 12,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 13,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 14,
                                    "max_different_options": 14,
                                    "min_amount_options": 13,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 17,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        },
                        {
                            "option": {
                                "id": 13,
                                "name": "...",
                                "price_change": {
                                    "value": 19,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 13,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 15,
                                    "max_different_options": 16,
                                    "min_amount_options": 17,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 18
                        }
                    ]
                },
                {
                    "amount": 12,
                    "persons": 17,
                    "gram": 19,
                    "comment": "...",
                    "product": {
                        "id": 11,
                        "name": "...",
                        "images": [
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": false
                            },
                            {
                                "resolutions": [
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    },
                                    {
                                        "src": "https://example.com",
                                        "width": 600,
                                        "height": 350
                                    }
                                ],
                                "white_background": true
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 19,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 16,
                        "name": "...",
                        "price": {
                            "value": 11,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 13,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 14,
                    "options": [
                        {
                            "option": {
                                "id": 15,
                                "name": "...",
                                "price_change": {
                                    "value": 14,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 15,
                                    "max_different_options": 17,
                                    "min_amount_options": 14,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        },
                        {
                            "option": {
                                "id": 17,
                                "name": "...",
                                "price_change": {
                                    "value": 13,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 12,
                                    "max_different_options": 13,
                                    "min_amount_options": 17,
                                    "max_amount_options": 16
                                }
                            },
                            "upload": {
                                "id": 10,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "option": {
                                "id": 14,
                                "name": "...",
                                "price_change": {
                                    "value": 11,
                                    "currency": "EUR"
                                },
                                "image": {
                                    "resolutions": [
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        },
                                        {
                                            "src": "https://example.com",
                                            "width": 600,
                                            "height": 350
                                        }
                                    ],
                                    "white_background": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 15,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 13,
                                    "max_different_options": 15,
                                    "min_amount_options": 11,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 17,
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": false
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 12,
                "employee_id": 19
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 19
            },
            "created_at": 1657085947,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": true,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": false,
                "refunded": false
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        }
    ],
    "page": 14,
    "limit": 17
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable