FuturePagedResult

Field Type Description
results [company.Order.detailed] Array of company.Order.detailed
next Dictionary? Nullable. Set when we have more results at this moment. It contains the query parameters you need to request the following results. Is null when there are no results left
future Dictionary? Nullable. When all the results have been returned (no next set), but there might be more results in the future, future contains the query parameters you should use to request new results in the future (e.g. in 15 minutes) to know if you have extra results without returning the same results again.

Examples

Request

When used inside a request.

Example 1

{
    "results": [
        {
            "id": 16,
            "shop_id": 10,
            "company_id": 16,
            "status": "PENDING",
            "order_nr": 19,
            "prices": {
                "price": {
                    "value": 17,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 15,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 13,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 10,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 12,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 14,
                    "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": 12,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                [],
                [],
                []
            ],
            "invoice": {
                "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": 10
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 10
            },
            "created_at": 1657085975,
            "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": 19,
            "shop_id": 13,
            "company_id": 16,
            "status": "PENDING",
            "order_nr": 19,
            "prices": {
                "price": {
                    "value": 19,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 10,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 18,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 11,
                    "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": 12,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                [],
                [],
                []
            ],
            "invoice": {
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": false
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 19,
                "employee_id": 15
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 17
            },
            "created_at": 1657085975,
            "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": 11,
            "shop_id": 16,
            "company_id": 11,
            "status": "PENDING",
            "order_nr": 18,
            "prices": {
                "price": {
                    "value": 11,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 16,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 19,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 15,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 15,
                    "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": [
                [],
                [],
                []
            ],
            "invoice": {
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": false
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 15,
                "employee_id": 18
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 18
            },
            "created_at": 1657085975,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": false,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": false,
                "refunded": true
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        }
    ],
    "next": {
        "status": "PENDING",
        "created_after": 1657085975,
        "created_before": 1657085975,
        "before_id": 10,
        "after_id": 14,
        "sort": "ascending"
    },
    "future": {
        "status": "PENDING",
        "created_after": 1657085975,
        "created_before": 1657085975,
        "before_id": 18,
        "after_id": 19,
        "sort": "ascending"
    }
}

Response

When returned in a response.

Example 1

{
    "results": [
        {
            "id": 10,
            "shop_id": 11,
            "company_id": 17,
            "status": "PENDING",
            "order_nr": 19,
            "prices": {
                "price": {
                    "value": 19,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 11,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 17,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 12,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 12,
                    "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": 14,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 19,
                    "persons": 10,
                    "gram": 19,
                    "comment": "...",
                    "product": {
                        "id": 18,
                        "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": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 16,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 15,
                        "name": "...",
                        "price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 11,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 16,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 11,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 19,
                    "options": [
                        {
                            "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": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 16,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 11,
                                    "max_different_options": 15,
                                    "min_amount_options": 10,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        },
                        {
                            "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": 10,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 16,
                                    "max_different_options": 17,
                                    "min_amount_options": 16,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 12,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        },
                        {
                            "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": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 18,
                                    "max_different_options": 16,
                                    "min_amount_options": 12,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 16
                        }
                    ]
                },
                {
                    "amount": 15,
                    "persons": 13,
                    "gram": 10,
                    "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": true,
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 17,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 16,
                        "name": "...",
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 15,
                    "options": [
                        {
                            "option": {
                                "id": 10,
                                "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": false
                                },
                                "require_image": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 15,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 11,
                                    "max_different_options": 18,
                                    "min_amount_options": 11,
                                    "max_amount_options": 11
                                }
                            },
                            "upload": {
                                "id": 18,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        },
                        {
                            "option": {
                                "id": 11,
                                "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": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 13,
                                    "max_different_options": 18,
                                    "min_amount_options": 13,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 18,
                                "url": "https://example.com"
                            },
                            "amount": 11
                        },
                        {
                            "option": {
                                "id": 17,
                                "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": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 15,
                                    "max_different_options": 19,
                                    "min_amount_options": 10,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 12,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        }
                    ]
                },
                {
                    "amount": 12,
                    "persons": 10,
                    "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": 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": true,
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "only_order_in_store": true,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 14,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 18,
                        "name": "...",
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 10,
                    "options": [
                        {
                            "option": {
                                "id": 11,
                                "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 17,
                                    "max_different_options": 13,
                                    "min_amount_options": 13,
                                    "max_amount_options": 19
                                }
                            },
                            "upload": {
                                "id": 13,
                                "url": "https://example.com"
                            },
                            "amount": 16
                        },
                        {
                            "option": {
                                "id": 16,
                                "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": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 16,
                                    "min_amount_options": 13,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 16
                        },
                        {
                            "option": {
                                "id": 15,
                                "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": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 12,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 12,
                                    "max_different_options": 12,
                                    "min_amount_options": 17,
                                    "max_amount_options": 12
                                }
                            },
                            "upload": {
                                "id": 17,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 12,
                "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": 16
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 19
            },
            "created_at": 1657085975,
            "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": 10,
            "shop_id": 15,
            "company_id": 14,
            "status": "PENDING",
            "order_nr": 12,
            "prices": {
                "price": {
                    "value": 13,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 10,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 15,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 10,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 17,
                    "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": 14,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 11,
                    "persons": 19,
                    "gram": 19,
                    "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": 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": false,
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        },
                        "only_order_in_store": true,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 17,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 13,
                        "name": "...",
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 13,
                    "options": [
                        {
                            "option": {
                                "id": 15,
                                "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 17,
                                    "max_different_options": 14,
                                    "min_amount_options": 14,
                                    "max_amount_options": 16
                                }
                            },
                            "upload": {
                                "id": 17,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "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": true,
                                    "choose_amount": true,
                                    "min_different_options": 16,
                                    "max_different_options": 19,
                                    "min_amount_options": 17,
                                    "max_amount_options": 15
                                }
                            },
                            "upload": {
                                "id": 17,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "option": {
                                "id": 16,
                                "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": false
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 15,
                                    "max_different_options": 13,
                                    "min_amount_options": 18,
                                    "max_amount_options": 12
                                }
                            },
                            "upload": {
                                "id": 19,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        }
                    ]
                },
                {
                    "amount": 16,
                    "persons": 16,
                    "gram": 18,
                    "comment": "...",
                    "product": {
                        "id": 10,
                        "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": 13,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 12,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 12,
                        "name": "...",
                        "price": {
                            "value": 10,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 19,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 11,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 13,
                    "options": [
                        {
                            "option": {
                                "id": 11,
                                "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": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 16,
                                    "max_different_options": 19,
                                    "min_amount_options": 17,
                                    "max_amount_options": 17
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 11
                        },
                        {
                            "option": {
                                "id": 18,
                                "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": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 10,
                                    "max_different_options": 17,
                                    "min_amount_options": 16,
                                    "max_amount_options": 11
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        },
                        {
                            "option": {
                                "id": 13,
                                "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 12,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": false,
                                    "min_different_options": 19,
                                    "max_different_options": 10,
                                    "min_amount_options": 12,
                                    "max_amount_options": 11
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        }
                    ]
                },
                {
                    "amount": 14,
                    "persons": 16,
                    "gram": 17,
                    "comment": "...",
                    "product": {
                        "id": 16,
                        "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": 14,
                            "currency": "EUR"
                        },
                        "only_order_in_store": true,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 17,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 15,
                        "name": "...",
                        "price": {
                            "value": 17,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 15,
                    "options": [
                        {
                            "option": {
                                "id": 14,
                                "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": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 15,
                                    "max_different_options": 17,
                                    "min_amount_options": 14,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        },
                        {
                            "option": {
                                "id": 12,
                                "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 12,
                                    "max_different_options": 12,
                                    "min_amount_options": 10,
                                    "max_amount_options": 19
                                }
                            },
                            "upload": {
                                "id": 13,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "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": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 14,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 11,
                                    "max_different_options": 15,
                                    "min_amount_options": 17,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 13,
                "name": "...",
                "vat": "...",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "generated": false
            },
            "isop": {
                "origin": "in-store",
                "customer_id": 17,
                "employee_id": 19
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 10
            },
            "created_at": 1657085975,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": false,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": false,
                "refunded": true
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        },
        {
            "id": 11,
            "shop_id": 16,
            "company_id": 10,
            "status": "PENDING",
            "order_nr": 16,
            "prices": {
                "price": {
                    "value": 12,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 12,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 10,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 15,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 19,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 10,
                    "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": 18,
                "comment": "...",
                "notification_method": "email"
            },
            "products": [
                {
                    "amount": 13,
                    "persons": 18,
                    "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": false
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": false,
                        "price": {
                            "value": 13,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 14,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 11,
                        "name": "...",
                        "price": {
                            "value": 15,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 19,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 12,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 15,
                    "options": [
                        {
                            "option": {
                                "id": 14,
                                "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 13,
                                    "min_amount_options": 15,
                                    "max_amount_options": 10
                                }
                            },
                            "upload": {
                                "id": 16,
                                "url": "https://example.com"
                            },
                            "amount": 12
                        },
                        {
                            "option": {
                                "id": 17,
                                "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": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 17,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 10,
                                    "min_amount_options": 12,
                                    "max_amount_options": 13
                                }
                            },
                            "upload": {
                                "id": 15,
                                "url": "https://example.com"
                            },
                            "amount": 10
                        },
                        {
                            "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": true
                                },
                                "require_image": false,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 10,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 19,
                                    "max_different_options": 11,
                                    "min_amount_options": 18,
                                    "max_amount_options": 16
                                }
                            },
                            "upload": {
                                "id": 12,
                                "url": "https://example.com"
                            },
                            "amount": 15
                        }
                    ]
                },
                {
                    "amount": 17,
                    "persons": 18,
                    "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": 12,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 16,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 17,
                        "name": "...",
                        "price": {
                            "value": 19,
                            "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": 15,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 12,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 10,
                    "options": [
                        {
                            "option": {
                                "id": 12,
                                "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": 16,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 14,
                                    "max_different_options": 13,
                                    "min_amount_options": 12,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 10,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        },
                        {
                            "option": {
                                "id": 19,
                                "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": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 12,
                                    "max_different_options": 12,
                                    "min_amount_options": 13,
                                    "max_amount_options": 12
                                }
                            },
                            "upload": {
                                "id": 15,
                                "url": "https://example.com"
                            },
                            "amount": 11
                        },
                        {
                            "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": true,
                                "code": "...",
                                "price_calculation": "PER_PIECE",
                                "optionset": {
                                    "id": 11,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": true,
                                    "choose_amount": true,
                                    "min_different_options": 12,
                                    "max_different_options": 17,
                                    "min_amount_options": 15,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 12,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        }
                    ]
                },
                {
                    "amount": 16,
                    "persons": 12,
                    "gram": 15,
                    "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": true
                            }
                        ],
                        "price_type": "PER_UNIT",
                        "target_price": true,
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        },
                        "only_order_in_store": false,
                        "price_look_up_code": "...",
                        "code": "...",
                        "category": {
                            "id": 11,
                            "name": "..."
                        },
                        "origin": "..."
                    },
                    "product_price": {
                        "id": 11,
                        "name": "...",
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        },
                        "price_look_up_code": "...",
                        "code": "..."
                    },
                    "calculated_prices": {
                        "unit_price": {
                            "value": 11,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 14,
                            "currency": "EUR"
                        }
                    },
                    "discount_prices": {
                        "unit_price": {
                            "value": 16,
                            "currency": "EUR"
                        },
                        "price": {
                            "value": 18,
                            "currency": "EUR"
                        }
                    },
                    "amount_free": 19,
                    "options": [
                        {
                            "option": {
                                "id": 12,
                                "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": 13,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 15,
                                    "max_different_options": 10,
                                    "min_amount_options": 19,
                                    "max_amount_options": 18
                                }
                            },
                            "upload": {
                                "id": 11,
                                "url": "https://example.com"
                            },
                            "amount": 14
                        },
                        {
                            "option": {
                                "id": 18,
                                "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": 19,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": false,
                                    "min_different_options": 16,
                                    "max_different_options": 10,
                                    "min_amount_options": 14,
                                    "max_amount_options": 14
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 19
                        },
                        {
                            "option": {
                                "id": 11,
                                "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": 18,
                                    "name": "...",
                                    "code": "...",
                                    "multiple_choice": false,
                                    "choose_amount": true,
                                    "min_different_options": 11,
                                    "max_different_options": 19,
                                    "min_amount_options": 11,
                                    "max_amount_options": 16
                                }
                            },
                            "upload": {
                                "id": 14,
                                "url": "https://example.com"
                            },
                            "amount": 13
                        }
                    ]
                }
            ],
            "invoice": {
                "id": 16,
                "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": 18
            },
            "consumer": {
                "email": "example@domain.com",
                "firstname": "...",
                "lastname": "...",
                "phone": "+32 475 00 00 00",
                "user_id": 15
            },
            "created_at": 1657085975,
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": false,
            "note_to_self": "...",
            "warranty": {
                "cost": 9.67,
                "bankAccountNr": "...",
                "returned": true,
                "refunded": true
            },
            "source": "...",
            "tin_nr": "...",
            "preparation_status": "PREPARING"
        }
    ],
    "next": {
        "status": "PENDING",
        "created_after": 1657085975,
        "created_before": 1657085975,
        "before_id": 15,
        "after_id": 13,
        "sort": "ascending"
    },
    "future": {
        "status": "PENDING",
        "created_after": 1657085975,
        "created_before": 1657085975,
        "before_id": 15,
        "after_id": 15,
        "sort": "ascending"
    }
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.8.0 stable