Order Structure

The order object contains the following fields

Resource Area: /intelive/module/orders
{
   "entity_name":"sales_invoice",
   "id":"1",
   "store_id":"2",
   "increment_id":"2000000001",
   "order_id":"2",
   "grand_total":"234.0500",
   "shipping_amount":"11.0600",
   "shipping_tax_amount":"2.4400",
   "subtotal":"180.7800",
   "discount_amount":"0.0000",
   "tax_amount":"42.2100",
   "currency_code":"USD",
   "created_at":"2019-06-10 15:27:07",
   "items":[
      {
         "id":"381",
         "qty":"1.0000"
      },
      {
         "id":"349",
         "qty":"1.0000"
      },
      {
         "id":"3164",
         "qty":"1.0000"
      },
      {
         "id":"3160",
         "qty":"1.0000"
      }
   ]
}