Field | Type | Description |
---|---|---|
id | Int | Id of the order group |
orders | [Order.simple] | Array of Order.simple |
When used inside a request.
{
"id": 12,
"orders": [
{
"id": 17,
"status": "PENDING",
"valid": false,
"order_nr": 10,
"prices": {
"price": {
"value": 12,
"currency": "EUR"
},
"discount": {
"value": 13,
"currency": "EUR"
},
"warranty": {
"value": 15,
"currency": "EUR"
},
"delivery_cost": {
"value": 18,
"currency": "EUR"
},
"invoice_cost": {
"value": 10,
"currency": "EUR"
},
"sms_cost": {
"value": 14,
"currency": "EUR"
},
"transaction_cost": {
"value": 19,
"currency": "EUR"
},
"price_to_pay": {
"value": 14,
"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": 12,
"comment": "...",
"notification_method": "email"
},
"shop": {
"id": 14,
"name": "Haylee Davis",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"allow_comments": false,
"url": "...",
"allow_order_comments": true,
"allow_product_comments": false,
"allow_order_messages": false,
"allow_orders": false,
"currency": "EUR"
},
"created_at": 1657085971,
"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": 16,
"status": "PENDING",
"valid": false,
"order_nr": 13,
"prices": {
"price": {
"value": 12,
"currency": "EUR"
},
"discount": {
"value": 17,
"currency": "EUR"
},
"warranty": {
"value": 19,
"currency": "EUR"
},
"delivery_cost": {
"value": 19,
"currency": "EUR"
},
"invoice_cost": {
"value": 17,
"currency": "EUR"
},
"sms_cost": {
"value": 16,
"currency": "EUR"
},
"transaction_cost": {
"value": 14,
"currency": "EUR"
},
"price_to_pay": {
"value": 14,
"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": 11,
"name": "Robert Marquardt",
"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_order_messages": true,
"allow_orders": false,
"currency": "EUR"
},
"created_at": 1657085971,
"joyn": {
"points": 14,
"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": true,
"order_nr": 11,
"prices": {
"price": {
"value": 19,
"currency": "EUR"
},
"discount": {
"value": 15,
"currency": "EUR"
},
"warranty": {
"value": 19,
"currency": "EUR"
},
"delivery_cost": {
"value": 12,
"currency": "EUR"
},
"invoice_cost": {
"value": 10,
"currency": "EUR"
},
"sms_cost": {
"value": 17,
"currency": "EUR"
},
"transaction_cost": {
"value": 16,
"currency": "EUR"
},
"price_to_pay": {
"value": 19,
"currency": "EUR"
},
"price_with_discount": {
"value": 16,
"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": 11,
"name": "Miss Lucie Tremblay",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"allow_comments": true,
"url": "...",
"allow_order_comments": false,
"allow_product_comments": true,
"allow_order_messages": false,
"allow_orders": true,
"currency": "EUR"
},
"created_at": 1657085971,
"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"
}
]
}
}
]
}
When returned in a response.
{
"id": 14,
"orders": [
{
"id": 17,
"status": "PENDING",
"valid": true,
"order_nr": 15,
"prices": {
"price": {
"value": 15,
"currency": "EUR"
},
"discount": {
"value": 19,
"currency": "EUR"
},
"warranty": {
"value": 12,
"currency": "EUR"
},
"delivery_cost": {
"value": 12,
"currency": "EUR"
},
"invoice_cost": {
"value": 12,
"currency": "EUR"
},
"sms_cost": {
"value": 16,
"currency": "EUR"
},
"transaction_cost": {
"value": 15,
"currency": "EUR"
},
"price_to_pay": {
"value": 10,
"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": 16,
"comment": "...",
"notification_method": "email"
},
"shop": {
"id": 19,
"name": "Ashtyn Windler",
"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": false,
"allow_order_messages": true,
"allow_orders": false,
"currency": "EUR"
},
"created_at": 1657085971,
"joyn": {
"points": 14,
"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": 10,
"status": "PENDING",
"valid": true,
"order_nr": 18,
"prices": {
"price": {
"value": 18,
"currency": "EUR"
},
"discount": {
"value": 17,
"currency": "EUR"
},
"warranty": {
"value": 13,
"currency": "EUR"
},
"delivery_cost": {
"value": 19,
"currency": "EUR"
},
"invoice_cost": {
"value": 12,
"currency": "EUR"
},
"sms_cost": {
"value": 12,
"currency": "EUR"
},
"transaction_cost": {
"value": 19,
"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": 17,
"comment": "...",
"notification_method": "email"
},
"shop": {
"id": 11,
"name": "Loyce Boyer",
"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": true,
"allow_orders": false,
"currency": "EUR"
},
"created_at": 1657085971,
"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"
}
]
}
},
{
"id": 19,
"status": "PENDING",
"valid": true,
"order_nr": 16,
"prices": {
"price": {
"value": 13,
"currency": "EUR"
},
"discount": {
"value": 15,
"currency": "EUR"
},
"warranty": {
"value": 12,
"currency": "EUR"
},
"delivery_cost": {
"value": 18,
"currency": "EUR"
},
"invoice_cost": {
"value": 18,
"currency": "EUR"
},
"sms_cost": {
"value": 17,
"currency": "EUR"
},
"transaction_cost": {
"value": 12,
"currency": "EUR"
},
"price_to_pay": {
"value": 18,
"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"
},
"shop": {
"id": 17,
"name": "Vita Turcotte II",
"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,
"allow_orders": true,
"currency": "EUR"
},
"created_at": 1657085971,
"joyn": {
"points": 17,
"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"
}
]
}
}
]
}