order number. Caution! This does not have to be just a number, it can also contain letters, a dash, etc.
date and time, when the order was created. ISO 8601 format.
date and time of the order's last change. ISO 8601 format.
customer identifier, if the customer is registered in the e-shop (can be null)
flag, whether the order is from the cash desk (as opposed to the e-shop)
flag, whether the delivery address is the same as the invoicing address
Is the tradesman a VAT payer, when purchasing? (can be null, if this is unknown)
VAT mode, for possible values see VAT modes code list
URL to administration leading to order detail. URL keeps the administration language settings.
sales channel guid
flag, whether the order was paid. In addition to true a false, can also be null, if the payment status is unknown.
Language code of the order. Available only if module foreignLanguages is active and initialized.
All order items completion status. Contains completion info even for product set items.
{ "code": "2017000092", "guid": "c5012051-d7ca-11e0-9a5c-feab5ed617ed", "externalCode": "1234", "creationTime": "2018-05-29T09:02:27+0200", "changeTime": "2018-05-29T09:02:27+0200", "email": "customer@someemail.com", "phone": "+420604600444", "birthDate": "1980-01-01", "clientIPAddress": "213.46.237.24", "customerGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "cashDeskOrder": true, "stockId": 1, "addressesEqual": true, "vatPayer": true, "vatMode": "Normal", "billingMethod": { "id": 3, "name": "Cash" }, "paymentMethod": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "name": "Cash" }, "shipping": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "name": "PPL" }, "shippingDetails": { "branchId": "4", "shippingCompanyCode": "zasilkovna", "shippingServiceCode": "zasilkovna-pickup", "name": "Hradec Králové, Square of 5th May 888", "note": "<p>Open: Mon-Fri 8:00-18:00, Sat 8:00-12:00</p>", "place": "Creator", "street": "Square of 5th May 888", "city": "Hradec Králové", "zipCode": "50002", "countryCode": "CZ", "link": "https://www.ulozenka.cz/pobocky/4/hradec-kralove-nam-5-kvetna-888", "latitude": "50.213673", "longitude": "15.832775", "carrierId": 3060 }, "adminUrl": "https://www.domena-eshopu.cz/admin/objednavky-detail?id=2", "status": { "name": "Processing", "id": -1 }, "source": { "name": "E-Shop", "id": -1 }, "salesChannelGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "price": { "vat": "21.00", "toPay": "21.00", "currencyCode": "CZK", "withoutVat": "21.00", "withVat": "21.00", "exchangeRate": "1.04568087", "invoicingExchangeRate": "1.04568087", "partialPaymentAmount": "21.00", "partialPaymentType": "percents" }, "paid": true, "billingAddress": { "company": "Shoptet s.r.o.", "fullName": "John Doe", "street": "French", "houseNumber": "123", "city": "Praha 2", "district": "Praha 2", "additional": "4. floor", "zip": "120 00", "countryCode": "CZ", "regionName": "Capital city", "regionShortcut": "CC", "companyId": "12345678", "vatId": "CZ289324675", "vatIdValidationStatus": "verified", "taxId": "CZ289324675" }, "deliveryAddress": { "company": "Shoptet s.r.o.", "fullName": "John Doe", "street": "French", "houseNumber": "123", "city": "Praha 2", "district": "Praha 2", "additional": "4. floor", "zip": "120 00", "countryCode": "CZ", "regionName": "Capital city", "regionShortcut": "CC" }, "onlinePaymentLink": "https://www.domena-eshopu.cz/api/pay/payu/redir?paymentCode=xyz123", "language": "cs", "referer": "https://www.google.cz/", "paymentMethods": [ { … } ], "shippings": [ { … } ], "items": [ { … } ], "notes": { "customerRemark": "Better in green", "eshopRemark": "Gift wrapping", "trackingNumber": "DR123456", "trackingUrl": "http://www.ppl.cz/main2.aspx?cls=Package&idSearch=DR123456", "additionalFields": [ … ] }, "preAuthorization": { "hasPendingPreAuthorization": true, "preAuthorizationAmount": "21.00" }, "completion": [ { … } ], "paymentTransactions": [ { … } ] }