orders

"orders": [
  {
    "id": 4005734,
    "code": "XXXXXXX",
    "store_id": 3,
    "order_url": "<https://zid.store/osama/o/XXXXXX/inv>",
    "store_name": "Osama Store 2",
    "store_url": "<https://zid.store/osama/>",
    "order_status": {
      "name": "جاهز",
      "code": "ready"
    },
    "customer": {
      "id": 938796,
      "name": "محمد 2",
      "verified": 1,
      "email": "[email protected]",
      "mobile": "966534XXXX",
      "note": ""
    },
    "has_different_consignee": 0,
    "order_total": "711.5000",
    "order_total_string": "711.50 SAR",
    "created_at": "2020-10-02 19:26:50",
    "updated_at": "2020-10-04 10:31:23",
    "requires_shipping": true,
    "shipping": {
      "method": {
        "name": "مندوب خاص",
        "code": "custom",
        "estimated_delivery_time": null,
        "icon": "<https://media.zid.store/static/delivery.png>",
        "is_system_option": false,
        "waybill": null,
        "waybill_tracking_id": null,
        "tracking": {
          "number": null,
          "status": null,
          "url": null
        }
      }
    },
    "payment": {
      "method": {
        "name": "تحويل بنكي",
        "code": "zid_bank_transfer",
        "transaction_status": "new",
        "transaction_status_name": "جديد"
      }
    }
  }
]

Last updated

Was this helpful?