OrderGroup

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

Examples

Request

When used inside a request.

Example 1

{
    "id": 16,
    "orders": [
        {
            "id": 13,
            "status": "PENDING",
            "valid": false,
            "order_nr": 10,
            "prices": {
                "price": {
                    "value": 16,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 12,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 12,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 15,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 13,
                    "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": 13,
                "comment": "..."
            },
            "shop": {
                "id": 12,
                "name": "Kaitlin Wisozk",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "allow_comments": false,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": false,
                "allow_orders": true,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "joyn": {
                "points": 11,
                "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"
                    }
                ]
            }
        },
        {
            "id": 14,
            "status": "PENDING",
            "valid": false,
            "order_nr": 15,
            "prices": {
                "price": {
                    "value": 10,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 17,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 10,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 10,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 15,
                    "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": 13,
                "comment": "..."
            },
            "shop": {
                "id": 13,
                "name": "Dr. Abbigail Haag",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "allow_comments": true,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": false,
                "allow_orders": false,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "joyn": {
                "points": 10,
                "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"
                    }
                ]
            }
        },
        {
            "id": 18,
            "status": "PENDING",
            "valid": true,
            "order_nr": 17,
            "prices": {
                "price": {
                    "value": 16,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 14,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 14,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 17,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 18,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 11,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 14,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 18,
                    "currency": "EUR"
                }
            },
            "payment_method": "point_of_sale",
            "checkout": {
                "method": "delivery",
                "date": "2019-01-31",
                "time": "12:00",
                "end_time": "12:00",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "notes": "...",
                "name": "...",
                "latch_id": 17,
                "comment": "..."
            },
            "shop": {
                "id": 10,
                "name": "Tyrese Hettinger",
                "address": {
                    "street": "Sint-Denijslaan",
                    "nr": "96",
                    "zipcode": "9000",
                    "city": "Gent",
                    "country": "BE"
                },
                "allow_comments": true,
                "url": "...",
                "allow_order_comments": false,
                "allow_product_comments": false,
                "allow_orders": true,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "joyn": {
                "points": 12,
                "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"
                    }
                ]
            }
        }
    ]
}

Response

When returned in a response.

Example 1

{
    "id": 15,
    "orders": [
        {
            "id": 18,
            "status": "PENDING",
            "valid": false,
            "order_nr": 13,
            "prices": {
                "price": {
                    "value": 18,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 14,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 18,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 18,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 13,
                    "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": "..."
            },
            "shop": {
                "id": 15,
                "name": "Lincoln Kshlerin Sr.",
                "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": true,
                "allow_product_comments": true,
                "allow_orders": false,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "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"
                    }
                ]
            }
        },
        {
            "id": 17,
            "status": "PENDING",
            "valid": false,
            "order_nr": 14,
            "prices": {
                "price": {
                    "value": 12,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 10,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 13,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 19,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 18,
                    "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": 10,
                "comment": "..."
            },
            "shop": {
                "id": 12,
                "name": "Manuel Senger",
                "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_orders": true,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "joyn": {
                "points": 12,
                "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"
                    }
                ]
            }
        },
        {
            "id": 17,
            "status": "PENDING",
            "valid": true,
            "order_nr": 14,
            "prices": {
                "price": {
                    "value": 19,
                    "currency": "EUR"
                },
                "discount": {
                    "value": 10,
                    "currency": "EUR"
                },
                "warranty": {
                    "value": 17,
                    "currency": "EUR"
                },
                "delivery_cost": {
                    "value": 12,
                    "currency": "EUR"
                },
                "invoice_cost": {
                    "value": 16,
                    "currency": "EUR"
                },
                "sms_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "transaction_cost": {
                    "value": 13,
                    "currency": "EUR"
                },
                "price_to_pay": {
                    "value": 11,
                    "currency": "EUR"
                },
                "price_with_discount": {
                    "value": 11,
                    "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": 13,
                "comment": "..."
            },
            "shop": {
                "id": 14,
                "name": "Jennings Dickinson I",
                "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": true,
                "allow_product_comments": false,
                "allow_orders": true,
                "currency": "EUR"
            },
            "created_at": 1657086006,
            "joyn": {
                "points": 18,
                "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"
                    }
                ]
            }
        }
    ]
}
Version update available Please adjust your integration to the latest stable version (1.9.0)
1.5.2 stable