Get all orders of an order_group

GET /orders/group/@id

When you place an order at a shop or multiple shops, a order_group is created that bundles all one or multiple orders. Use this endpoint to query all the orders of an order_group.

Request

Authentication

This endpoint requires authentication.

Header Value
Authorization Set the value to Bearer + + access_token

URL parameters

Replace the @ keywords in the URL with their corresponding value.

A dictionary with fields

Field Type Description
id Int An integer value

Example request 1

GET /orders/group/10 HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5

Response

Field Type Description
id Int Id of the order group
orders [Order.simple] Array of Order.simple

Example response 1

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

{
    "id": 18,
    "orders": [
        {
            "id": 12,
            "status": "PENDING",
            "valid": false,
            "order_nr": 11,
            "prices": {
                "price": {
                    "value": 10,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 14,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 18,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 15,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 15,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 11,
                    "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": 18,
                "comment": "...",
                "notification_method": "email"
            },
            "shop": {
                "id": 10,
                "name": "Ricardo Von",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE",
                    "position": {
                        "latitude": 1.54361,
                        "longitude": 0.45645
                    }
                },
                "allow_comments": true,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": true,
                "allow_order_messages": true,
                "global_discount_percentage": 14,
                "allow_orders": false,
                "currency": "EUR"
            },
            "created_at": 1657086112,
            "joyn": {
                "points": 13,
                "collect_url": "https://example.com",
                "qr_code_url": "https://example.com"
            },
            "payment_status": "pending",
            "currency": "EUR",
            "bank_transfer": {
                "reference": "...",
                "bank_accounts": [
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    }
                ]
            },
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": true,
            "invoice": {
                "company": {
                    "name": "...",
                    "vat": "BE0123.456.789",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE"
                    }
                }
            },
            "referenceCode": "..."
        },
        {
            "id": 15,
            "status": "PENDING",
            "valid": false,
            "order_nr": 10,
            "prices": {
                "price": {
                    "value": 14,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 12,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 11,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 14,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 15,
                    "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": 16,
                "comment": "...",
                "notification_method": "email"
            },
            "shop": {
                "id": 16,
                "name": "Durward Skiles",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE",
                    "position": {
                        "latitude": 1.54361,
                        "longitude": 0.45645
                    }
                },
                "allow_comments": true,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": false,
                "allow_order_messages": false,
                "global_discount_percentage": 12,
                "allow_orders": false,
                "currency": "EUR"
            },
            "created_at": 1657086112,
            "joyn": {
                "points": 19,
                "collect_url": "https://example.com",
                "qr_code_url": "https://example.com"
            },
            "payment_status": "pending",
            "currency": "EUR",
            "bank_transfer": {
                "reference": "...",
                "bank_accounts": [
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    }
                ]
            },
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": true,
            "invoice": {
                "company": {
                    "name": "...",
                    "vat": "BE0123.456.789",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE"
                    }
                }
            },
            "referenceCode": "..."
        },
        {
            "id": 10,
            "status": "PENDING",
            "valid": false,
            "order_nr": 10,
            "prices": {
                "price": {
                    "value": 17,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 12,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 13,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 10,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 12,
                    "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": 10,
                "comment": "...",
                "notification_method": "email"
            },
            "shop": {
                "id": 15,
                "name": "Dr. Dina Harris IV",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE",
                    "position": {
                        "latitude": 1.54361,
                        "longitude": 0.45645
                    }
                },
                "allow_comments": false,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": false,
                "allow_order_messages": false,
                "global_discount_percentage": 12,
                "allow_orders": false,
                "currency": "EUR"
            },
            "created_at": 1657086112,
            "joyn": {
                "points": 16,
                "collect_url": "https://example.com",
                "qr_code_url": "https://example.com"
            },
            "payment_status": "pending",
            "currency": "EUR",
            "bank_transfer": {
                "reference": "...",
                "bank_accounts": [
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    },
                    {
                        "bank": "ING. Bank",
                        "number": "BE283578529348"
                    }
                ]
            },
            "external_order_nr": "...",
            "shop_uses_external_order_nrs": false,
            "invoice": {
                "company": {
                    "name": "...",
                    "vat": "BE0123.456.789",
                    "address": {
                        "street": "Sint-Denijslaan",
                        "nr": "96",
                        "zipcode": "9000",
                        "city": "Gent",
                        "country": "BE"
                    }
                }
            },
            "referenceCode": "..."
        }
    ]
}
1.9.0 stable