GET /management/companies/@id/orders
Get all orders for a company
This endpoint requires authentication.
Header | Value |
---|---|
Authorization | Set the value to Bearer + + access_token |
Append the querystring with following properties to the URL.
Field | Type | Description |
---|---|---|
acquire_method | [String] | Optional. Array of acquire methods. e.g. takeout, delivery or latch |
acquire_on | String | Optional. String enumarion of 'one_year_ago', 'this_year', 'last_month', 'this_month', 'yesterday', 'today', 'tomorrow', 'later' |
created_on | String | Optional. String enumarion of 'one_year_ago', 'this_year', 'last_month', 'this_month', 'yesterday', 'today', 'tomorrow', 'later' |
status | [String] | Optional. Array of statuses. e.g. unread, read, approved, preparing, ready, other |
shops | [Int] | Optional. Array of shop ids |
search | String | Optional. A String value |
flags | [String] | Optional. Array of flags. e.g. has_invoice, has_warranty, has_comments |
page | Int | Optional. An integer value |
limit | Int | Optional. An integer value |
sort_by | String | Optional. String enumarion of 'order_nr', 'name', 'acquire_time' |
GET /management/companies/@id/orders?acquire_method%5B0%5D=takeout&acquire_method%5B1%5D=delivery&acquire_method%5B2%5D=latch&acquire_on=one_year_ago&created_on=one_year_ago&status%5B0%5D=all&status%5B1%5D=unread&status%5B2%5D=read&status%5B3%5D=approved&status%5B4%5D=preparing&status%5B5%5D=ready&status%5B6%5D=other&shops%5B0%5D=16&shops%5B1%5D=15&shops%5B2%5D=11&search=...&flags%5B0%5D=has_invoice&flags%5B1%5D=has_warranty&flags%5B2%5D=has_comments&page=12&limit=11&sort_by=order_nr HTTP/1.1
Host: api.bakeronline.be
X-VERSION: 1.9.0
Accept-Language: en-US,en;q=0.5
A dictionary with fields
Field | Type | Description |
---|---|---|
orders | [company.Order.detailed] | Array of company.Order.detailed |
page | Int | An integer value |
limit | Int | An integer value |
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: 124273
{
"orders": [
{
"id": 14,
"shop_id": 17,
"company_id": 17,
"status": "PENDING",
"order_nr": 16,
"prices": {
"price": {
"value": 17,
"currency": "EUR"
},
"discount": {
"value": 18,
"currency": "EUR"
},
"warranty": {
"value": 12,
"currency": "EUR"
},
"delivery_cost": {
"value": 15,
"currency": "EUR"
},
"invoice_cost": {
"value": 18,
"currency": "EUR"
},
"sms_cost": {
"value": 14,
"currency": "EUR"
},
"transaction_cost": {
"value": 10,
"currency": "EUR"
},
"price_to_pay": {
"value": 11,
"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"
},
"products": [
{
"amount": 15,
"persons": 10,
"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
}
],
"file_id": 13,
"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
}
],
"file_id": 19,
"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
}
],
"file_id": 13,
"white_background": false
}
],
"price_type": "PER_UNIT",
"target_price": true,
"price": {
"value": 16,
"currency": "EUR"
},
"only_order_in_store": true,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 13,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 18,
"name": "...",
"price": {
"value": 13,
"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": 16,
"currency": "EUR"
},
"price": {
"value": 13,
"currency": "EUR"
}
},
"amount_free": 11,
"options": [
{
"option": {
"id": 17,
"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
}
],
"file_id": 19,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 15,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": false,
"min_different_options": 19,
"max_different_options": 14,
"min_amount_options": 15,
"max_amount_options": 13
}
},
"upload": {
"id": 11,
"url": "https://example.com"
},
"amount": 17
},
{
"option": {
"id": 19,
"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
}
],
"file_id": 15,
"white_background": false
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 12,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": true,
"min_different_options": 18,
"max_different_options": 10,
"min_amount_options": 18,
"max_amount_options": 12
}
},
"upload": {
"id": 10,
"url": "https://example.com"
},
"amount": 11
},
{
"option": {
"id": 14,
"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
}
],
"file_id": 10,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 16,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 18,
"max_different_options": 12,
"min_amount_options": 16,
"max_amount_options": 18
}
},
"upload": {
"id": 10,
"url": "https://example.com"
},
"amount": 17
}
]
},
{
"amount": 11,
"persons": 15,
"gram": 15,
"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
}
],
"file_id": 15,
"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
}
],
"file_id": 13,
"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
}
],
"file_id": 12,
"white_background": false
}
],
"price_type": "PER_UNIT",
"target_price": false,
"price": {
"value": 19,
"currency": "EUR"
},
"only_order_in_store": false,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 15,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 11,
"name": "...",
"price": {
"value": 17,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 15,
"currency": "EUR"
},
"price": {
"value": 15,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 11,
"currency": "EUR"
},
"price": {
"value": 13,
"currency": "EUR"
}
},
"amount_free": 17,
"options": [
{
"option": {
"id": 11,
"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
}
],
"file_id": 11,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 15,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 16,
"max_different_options": 10,
"min_amount_options": 10,
"max_amount_options": 11
}
},
"upload": {
"id": 16,
"url": "https://example.com"
},
"amount": 18
},
{
"option": {
"id": 12,
"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
}
],
"file_id": 10,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 19,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 18,
"max_different_options": 15,
"min_amount_options": 18,
"max_amount_options": 15
}
},
"upload": {
"id": 11,
"url": "https://example.com"
},
"amount": 17
},
{
"option": {
"id": 10,
"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
}
],
"file_id": 10,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 10,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": false,
"min_different_options": 10,
"max_different_options": 14,
"min_amount_options": 13,
"max_amount_options": 11
}
},
"upload": {
"id": 19,
"url": "https://example.com"
},
"amount": 19
}
]
},
{
"amount": 13,
"persons": 10,
"gram": 19,
"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
}
],
"file_id": 14,
"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
}
],
"file_id": 18,
"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
}
],
"file_id": 15,
"white_background": true
}
],
"price_type": "PER_UNIT",
"target_price": false,
"price": {
"value": 10,
"currency": "EUR"
},
"only_order_in_store": false,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 14,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 12,
"name": "...",
"price": {
"value": 16,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 16,
"currency": "EUR"
},
"price": {
"value": 19,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 14,
"currency": "EUR"
},
"price": {
"value": 10,
"currency": "EUR"
}
},
"amount_free": 18,
"options": [
{
"option": {
"id": 16,
"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
}
],
"file_id": 14,
"white_background": false
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 10,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": false,
"min_different_options": 19,
"max_different_options": 12,
"min_amount_options": 11,
"max_amount_options": 14
}
},
"upload": {
"id": 12,
"url": "https://example.com"
},
"amount": 11
},
{
"option": {
"id": 19,
"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
}
],
"file_id": 18,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 15,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": false,
"min_different_options": 12,
"max_different_options": 17,
"min_amount_options": 15,
"max_amount_options": 19
}
},
"upload": {
"id": 11,
"url": "https://example.com"
},
"amount": 18
},
{
"option": {
"id": 18,
"name": "...",
"price_change": {
"value": 12,
"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
}
],
"file_id": 13,
"white_background": true
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 19,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": true,
"min_different_options": 19,
"max_different_options": 12,
"min_amount_options": 18,
"max_amount_options": 18
}
},
"upload": {
"id": 10,
"url": "https://example.com"
},
"amount": 15
}
]
}
],
"invoice": {
"id": 13,
"name": "...",
"vat": "...",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"generated": false,
"referenceCode": "..."
},
"isop": {
"origin": "in-store",
"customer_id": 17,
"employee_id": 10
},
"consumer": {
"email": "example@domain.com",
"firstname": "...",
"lastname": "...",
"phone": "+32 475 00 00 00",
"user_id": 14
},
"created_at": 1657086131,
"external_order_nr": "...",
"shop_uses_external_order_nrs": true,
"note_to_self": "...",
"warranty": {
"cost": 9.67,
"bankAccountNr": "...",
"returned": true,
"refunded": false
},
"source": "...",
"tin_nr": "...",
"preparation_status": "PREPARING"
},
{
"id": 18,
"shop_id": 15,
"company_id": 18,
"status": "PENDING",
"order_nr": 10,
"prices": {
"price": {
"value": 11,
"currency": "EUR"
},
"discount": {
"value": 19,
"currency": "EUR"
},
"warranty": {
"value": 19,
"currency": "EUR"
},
"delivery_cost": {
"value": 10,
"currency": "EUR"
},
"invoice_cost": {
"value": 18,
"currency": "EUR"
},
"sms_cost": {
"value": 19,
"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": 11,
"comment": "...",
"notification_method": "email"
},
"products": [
{
"amount": 12,
"persons": 12,
"gram": 18,
"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
}
],
"file_id": 15,
"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
}
],
"file_id": 19,
"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
}
],
"file_id": 15,
"white_background": false
}
],
"price_type": "PER_UNIT",
"target_price": true,
"price": {
"value": 10,
"currency": "EUR"
},
"only_order_in_store": false,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 16,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 13,
"name": "...",
"price": {
"value": 17,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 12,
"currency": "EUR"
},
"price": {
"value": 10,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 12,
"currency": "EUR"
},
"price": {
"value": 11,
"currency": "EUR"
}
},
"amount_free": 17,
"options": [
{
"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
}
],
"file_id": 16,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 19,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": true,
"min_different_options": 11,
"max_different_options": 13,
"min_amount_options": 17,
"max_amount_options": 13
}
},
"upload": {
"id": 18,
"url": "https://example.com"
},
"amount": 18
},
{
"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
}
],
"file_id": 11,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 13,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": true,
"min_different_options": 18,
"max_different_options": 18,
"min_amount_options": 17,
"max_amount_options": 15
}
},
"upload": {
"id": 16,
"url": "https://example.com"
},
"amount": 14
},
{
"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
}
],
"file_id": 14,
"white_background": false
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 13,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 11,
"max_different_options": 14,
"min_amount_options": 19,
"max_amount_options": 19
}
},
"upload": {
"id": 19,
"url": "https://example.com"
},
"amount": 10
}
]
},
{
"amount": 11,
"persons": 13,
"gram": 13,
"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
}
],
"file_id": 13,
"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
}
],
"file_id": 15,
"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
}
],
"file_id": 14,
"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": 17,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 19,
"name": "...",
"price": {
"value": 13,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 14,
"currency": "EUR"
},
"price": {
"value": 17,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 16,
"currency": "EUR"
},
"price": {
"value": 10,
"currency": "EUR"
}
},
"amount_free": 13,
"options": [
{
"option": {
"id": 10,
"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
}
],
"file_id": 10,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 16,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": false,
"min_different_options": 13,
"max_different_options": 17,
"min_amount_options": 19,
"max_amount_options": 16
}
},
"upload": {
"id": 14,
"url": "https://example.com"
},
"amount": 13
},
{
"option": {
"id": 13,
"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
}
],
"file_id": 19,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 15,
"name": "...",
"code": "...",
"multiple_choice": false,
"choose_amount": false,
"min_different_options": 12,
"max_different_options": 17,
"min_amount_options": 16,
"max_amount_options": 19
}
},
"upload": {
"id": 12,
"url": "https://example.com"
},
"amount": 19
},
{
"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
}
],
"file_id": 16,
"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": 13,
"max_different_options": 13,
"min_amount_options": 16,
"max_amount_options": 13
}
},
"upload": {
"id": 19,
"url": "https://example.com"
},
"amount": 13
}
]
},
{
"amount": 13,
"persons": 11,
"gram": 16,
"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
}
],
"file_id": 14,
"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
}
],
"file_id": 17,
"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
}
],
"file_id": 15,
"white_background": false
}
],
"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": "...",
"ingredients": "..."
},
"product_price": {
"id": 13,
"name": "...",
"price": {
"value": 12,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 16,
"currency": "EUR"
},
"price": {
"value": 17,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 18,
"currency": "EUR"
},
"price": {
"value": 15,
"currency": "EUR"
}
},
"amount_free": 12,
"options": [
{
"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
}
],
"file_id": 17,
"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": 12,
"max_different_options": 11,
"min_amount_options": 10,
"max_amount_options": 16
}
},
"upload": {
"id": 13,
"url": "https://example.com"
},
"amount": 19
},
{
"option": {
"id": 15,
"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
}
],
"file_id": 13,
"white_background": true
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 14,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": false,
"min_different_options": 18,
"max_different_options": 17,
"min_amount_options": 13,
"max_amount_options": 14
}
},
"upload": {
"id": 19,
"url": "https://example.com"
},
"amount": 10
},
{
"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
}
],
"file_id": 19,
"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": 19,
"max_different_options": 12,
"min_amount_options": 15,
"max_amount_options": 16
}
},
"upload": {
"id": 18,
"url": "https://example.com"
},
"amount": 16
}
]
}
],
"invoice": {
"id": 14,
"name": "...",
"vat": "...",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"generated": true,
"referenceCode": "..."
},
"isop": {
"origin": "in-store",
"customer_id": 14,
"employee_id": 14
},
"consumer": {
"email": "example@domain.com",
"firstname": "...",
"lastname": "...",
"phone": "+32 475 00 00 00",
"user_id": 17
},
"created_at": 1657086131,
"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": 11,
"shop_id": 11,
"company_id": 11,
"status": "PENDING",
"order_nr": 18,
"prices": {
"price": {
"value": 11,
"currency": "EUR"
},
"discount": {
"value": 17,
"currency": "EUR"
},
"warranty": {
"value": 17,
"currency": "EUR"
},
"delivery_cost": {
"value": 13,
"currency": "EUR"
},
"invoice_cost": {
"value": 10,
"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": 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": 19,
"comment": "...",
"notification_method": "email"
},
"products": [
{
"amount": 17,
"persons": 18,
"gram": 13,
"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
}
],
"file_id": 17,
"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
}
],
"file_id": 15,
"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
}
],
"file_id": 13,
"white_background": false
}
],
"price_type": "PER_UNIT",
"target_price": false,
"price": {
"value": 17,
"currency": "EUR"
},
"only_order_in_store": true,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 19,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 13,
"name": "...",
"price": {
"value": 15,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 15,
"currency": "EUR"
},
"price": {
"value": 13,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 16,
"currency": "EUR"
},
"price": {
"value": 17,
"currency": "EUR"
}
},
"amount_free": 11,
"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
}
],
"file_id": 19,
"white_background": false
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 16,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": false,
"min_different_options": 16,
"max_different_options": 13,
"min_amount_options": 14,
"max_amount_options": 19
}
},
"upload": {
"id": 17,
"url": "https://example.com"
},
"amount": 16
},
{
"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
}
],
"file_id": 13,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 19,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 18,
"max_different_options": 13,
"min_amount_options": 14,
"max_amount_options": 15
}
},
"upload": {
"id": 16,
"url": "https://example.com"
},
"amount": 18
},
{
"option": {
"id": 15,
"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
}
],
"file_id": 13,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 14,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": false,
"min_different_options": 19,
"max_different_options": 16,
"min_amount_options": 17,
"max_amount_options": 13
}
},
"upload": {
"id": 18,
"url": "https://example.com"
},
"amount": 16
}
]
},
{
"amount": 19,
"persons": 12,
"gram": 11,
"comment": "...",
"product": {
"id": 11,
"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
}
],
"file_id": 13,
"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
}
],
"file_id": 19,
"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
}
],
"file_id": 12,
"white_background": false
}
],
"price_type": "PER_UNIT",
"target_price": true,
"price": {
"value": 13,
"currency": "EUR"
},
"only_order_in_store": true,
"price_look_up_code": "...",
"code": "...",
"category": {
"id": 12,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 12,
"name": "...",
"price": {
"value": 13,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 16,
"currency": "EUR"
},
"price": {
"value": 13,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 10,
"currency": "EUR"
},
"price": {
"value": 17,
"currency": "EUR"
}
},
"amount_free": 10,
"options": [
{
"option": {
"id": 11,
"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
}
],
"file_id": 11,
"white_background": false
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 19,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 16,
"max_different_options": 13,
"min_amount_options": 16,
"max_amount_options": 14
}
},
"upload": {
"id": 13,
"url": "https://example.com"
},
"amount": 10
},
{
"option": {
"id": 19,
"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
}
],
"file_id": 19,
"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": 18,
"max_different_options": 18,
"min_amount_options": 15,
"max_amount_options": 11
}
},
"upload": {
"id": 12,
"url": "https://example.com"
},
"amount": 14
},
{
"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
}
],
"file_id": 14,
"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": 17,
"max_different_options": 11,
"min_amount_options": 13,
"max_amount_options": 11
}
},
"upload": {
"id": 13,
"url": "https://example.com"
},
"amount": 17
}
]
},
{
"amount": 12,
"persons": 15,
"gram": 14,
"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
}
],
"file_id": 14,
"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
}
],
"file_id": 16,
"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
}
],
"file_id": 14,
"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": 17,
"name": "..."
},
"origin": "...",
"ingredients": "..."
},
"product_price": {
"id": 17,
"name": "...",
"price": {
"value": 17,
"currency": "EUR"
},
"price_look_up_code": "...",
"code": "..."
},
"calculated_prices": {
"unit_price": {
"value": 10,
"currency": "EUR"
},
"price": {
"value": 19,
"currency": "EUR"
}
},
"discount_prices": {
"unit_price": {
"value": 15,
"currency": "EUR"
},
"price": {
"value": 11,
"currency": "EUR"
}
},
"amount_free": 18,
"options": [
{
"option": {
"id": 14,
"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
}
],
"file_id": 17,
"white_background": true
},
"require_image": true,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 15,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 15,
"max_different_options": 17,
"min_amount_options": 11,
"max_amount_options": 17
}
},
"upload": {
"id": 11,
"url": "https://example.com"
},
"amount": 11
},
{
"option": {
"id": 16,
"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
}
],
"file_id": 10,
"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": 18,
"max_different_options": 12,
"min_amount_options": 16,
"max_amount_options": 10
}
},
"upload": {
"id": 11,
"url": "https://example.com"
},
"amount": 18
},
{
"option": {
"id": 14,
"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
}
],
"file_id": 17,
"white_background": false
},
"require_image": false,
"code": "...",
"price_calculation": "PER_PIECE",
"optionset": {
"id": 12,
"name": "...",
"code": "...",
"multiple_choice": true,
"choose_amount": true,
"min_different_options": 10,
"max_different_options": 16,
"min_amount_options": 14,
"max_amount_options": 17
}
},
"upload": {
"id": 10,
"url": "https://example.com"
},
"amount": 18
}
]
}
],
"invoice": {
"id": 13,
"name": "...",
"vat": "...",
"address": {
"street": "Sint-Denijslaan",
"nr": "96",
"zipcode": "9000",
"city": "Gent",
"country": "BE"
},
"generated": false,
"referenceCode": "..."
},
"isop": {
"origin": "in-store",
"customer_id": 19,
"employee_id": 12
},
"consumer": {
"email": "example@domain.com",
"firstname": "...",
"lastname": "...",
"phone": "+32 475 00 00 00",
"user_id": 12
},
"created_at": 1657086131,
"external_order_nr": "...",
"shop_uses_external_order_nrs": false,
"note_to_self": "...",
"warranty": {
"cost": 9.67,
"bankAccountNr": "...",
"returned": false,
"refunded": false
},
"source": "...",
"tin_nr": "...",
"preparation_status": "PREPARING"
}
],
"page": 11,
"limit": 19
}