Zid Themes Docs
  • Getting started
  • Twig reference
  • Theme file structure
  • zid-theme package
  • Theme Templates and Data
    • layout.twig
  • Store language and currency
  • Home template modules
  • Product template
  • Cart template
  • Settings Schema
    • text
    • number
    • textarea
    • select
    • radios
    • checkbox
    • checkboxes
    • range
    • color
    • image
    • product
    • category
    • category products
    • list
    • fieldset
  • Data reference
    • locals
    • store
    • cart
    • product
    • products list
    • category
    • categories list
    • session
    • customer
    • faqs
    • blogs
    • blog
    • page
    • main menu
    • request
    • orders
    • addresses
    • store payment methods
    • store shipping methods
    • store banks
    • asset_url
    • header_meta_tags
  • Zid-api Library
    • Product
    • Category
    • Cart
    • Blog
    • Customer
    • Settings
  • Upload themes and more
Powered by GitBook
On this page

Was this helpful?

  1. Data reference

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": "m.baXXXX@zid.sa",
      "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": "جديد"
      }
    }
  }
]
PreviousrequestNextaddresses

Last updated 4 years ago

Was this helpful?