Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Data Reference
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  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": "جديد"
      }
    }
  }
]
Modified at 2024-07-28 16:07:10
Previous
Request
Next
Addresses
Built with