Response schema: 
Success | usedCoupons | ArrayUsed coupons | 
| uspsShipment | ArrayUSPS Shipments | 
| capostParcels | ArrayCanada Post parcels (reference to the Canada Post parcels model) | 
| capostReturns | ArrayReference to the Canada Post returns model | 
| capostOffice |  | 
| giftWrapping | boolean | 
| greetingMessage | string | 
| mailchimpStoreId | stringMailchimp store id | 
| mandrill_mails | ArrayMandrill e-mail messages | 
| not_finished_order |  | 
| pbOrder |  | 
| conversation |  | 
| order_id | integerOrder unique id | 
| profile |  | 
| orig_profile |  | 
| shipping_id | integerShipping method unique id | 
| shipping_method_name | stringShipping method name | 
| payment_method_name | stringPayment method name | 
| tracking | stringShipping tracking code | 
| date | integerOrder creation timestamp | 
| lastRenewDate | integerLast order renew date | 
| paymentStatus | object | 
| id | integerID |  | code | stringStatus code |  | position | integerPosition |  
  | 
| shippingStatus | object | 
| id | integerID |  | code | stringStatus code |  | position | integerPosition |  
  | 
| notes | stringCustomer notes | 
| adminNotes | stringAdmin notes | 
| details | ArrayOrder details | 
| trackingNumbers | ArrayOrder tracking numbers | 
| events | ArrayOrder events queue | 
| items | ArrayOrder items | 
| surcharges | ArrayOrder surcharges | 
| payment_transactions | ArrayPayment transactions | 
| currency |  | 
| orderNumber | stringUnique order identificator (it is working for orders only, not for cart entities) | 
| recent | booleanRecent flag: true if order's statuses were not changed manually by an administrator, otherwise - false | 
| xcPendingExport | booleanFlag to exporting entities | 
| total | stringTotal | 
| subtotal | stringSubtotal |