Field | Type | Description |
---|---|---|
id | Int | Id of the order group |
orders | [Order.simple] | Array of Order.simple |
When used inside a request.
{
"id": 17,
"orders": [
{
"id": 13,
"status": "PENDING",
"valid": false,
"order_nr": 18,
"prices": {
"price": {
"value": 13,
"currency": "EUR"
},
"discount": {
"value": 15,
"currency": "EUR"
},
"warranty": {
"value": 18,
"currency": "EUR"
},
"delivery_cost": {
"value": 10,
"currency": "EUR"
},
"invoice_cost": {
"value": 11,
"currency": "EUR"
},
"sms_cost": {
"value": 11,
"currency": "EUR"
},
"transaction_cost": {
"value": 16,
"currency": "EUR"
},
"price_to_pay": {
"value": 16,
"currency": "EUR"
},
"price_with_discount": {
"value": 15,
"currency": "EUR"
}
},
"payment_method": "point_of_sale",
"checkout": {
"method": "delivery",
"date": "2019-01-31",
"time": "12:00",
"end_time": "12:00",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"notes": "...",
"name": "...",
"latch_id": 12
},
"shop": {
"id": 14,
"name": "Dr. Derick Wilkinson",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 11,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
},
{
"id": 13,
"status": "PENDING",
"valid": true,
"order_nr": 12,
"prices": {
"price": {
"value": 11,
"currency": "EUR"
},
"discount": {
"value": 11,
"currency": "EUR"
},
"warranty": {
"value": 14,
"currency": "EUR"
},
"delivery_cost": {
"value": 17,
"currency": "EUR"
},
"invoice_cost": {
"value": 13,
"currency": "EUR"
},
"sms_cost": {
"value": 16,
"currency": "EUR"
},
"transaction_cost": {
"value": 16,
"currency": "EUR"
},
"price_to_pay": {
"value": 12,
"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": 17
},
"shop": {
"id": 19,
"name": "Theodora Dietrich",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 13,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
},
{
"id": 15,
"status": "PENDING",
"valid": true,
"order_nr": 19,
"prices": {
"price": {
"value": 13,
"currency": "EUR"
},
"discount": {
"value": 13,
"currency": "EUR"
},
"warranty": {
"value": 17,
"currency": "EUR"
},
"delivery_cost": {
"value": 11,
"currency": "EUR"
},
"invoice_cost": {
"value": 17,
"currency": "EUR"
},
"sms_cost": {
"value": 15,
"currency": "EUR"
},
"transaction_cost": {
"value": 17,
"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": 19
},
"shop": {
"id": 10,
"name": "Casimir Bogisich MD",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 12,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
}
]
}
When returned in a response.
{
"id": 12,
"orders": [
{
"id": 17,
"status": "PENDING",
"valid": true,
"order_nr": 12,
"prices": {
"price": {
"value": 15,
"currency": "EUR"
},
"discount": {
"value": 15,
"currency": "EUR"
},
"warranty": {
"value": 15,
"currency": "EUR"
},
"delivery_cost": {
"value": 16,
"currency": "EUR"
},
"invoice_cost": {
"value": 17,
"currency": "EUR"
},
"sms_cost": {
"value": 19,
"currency": "EUR"
},
"transaction_cost": {
"value": 11,
"currency": "EUR"
},
"price_to_pay": {
"value": 14,
"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": 16
},
"shop": {
"id": 16,
"name": "Johnson Adams",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 10,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
},
{
"id": 10,
"status": "PENDING",
"valid": true,
"order_nr": 15,
"prices": {
"price": {
"value": 11,
"currency": "EUR"
},
"discount": {
"value": 17,
"currency": "EUR"
},
"warranty": {
"value": 11,
"currency": "EUR"
},
"delivery_cost": {
"value": 10,
"currency": "EUR"
},
"invoice_cost": {
"value": 18,
"currency": "EUR"
},
"sms_cost": {
"value": 19,
"currency": "EUR"
},
"transaction_cost": {
"value": 14,
"currency": "EUR"
},
"price_to_pay": {
"value": 13,
"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
},
"shop": {
"id": 12,
"name": "Veda Nader MD",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 13,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
},
{
"id": 14,
"status": "PENDING",
"valid": false,
"order_nr": 10,
"prices": {
"price": {
"value": 12,
"currency": "EUR"
},
"discount": {
"value": 12,
"currency": "EUR"
},
"warranty": {
"value": 14,
"currency": "EUR"
},
"delivery_cost": {
"value": 12,
"currency": "EUR"
},
"invoice_cost": {
"value": 14,
"currency": "EUR"
},
"sms_cost": {
"value": 12,
"currency": "EUR"
},
"transaction_cost": {
"value": 19,
"currency": "EUR"
},
"price_to_pay": {
"value": 14,
"currency": "EUR"
},
"price_with_discount": {
"value": 15,
"currency": "EUR"
}
},
"payment_method": "point_of_sale",
"checkout": {
"method": "delivery",
"date": "2019-01-31",
"time": "12:00",
"end_time": "12:00",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"notes": "...",
"name": "...",
"latch_id": 18
},
"shop": {
"id": 11,
"name": "Patience Sanford",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE",
"position": {
"latitude": 1.54361,
"longitude": 0.45645
}
},
"currency": "EUR"
},
"created_at": 1657086096,
"joyn": {
"points": 17,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
},
"payment_status": "pending",
"currency": "EUR"
}
]
}