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

addresses

"addresses": [
  {
    "id": 3164XX,
    "name": "محمد",
    "address_street": "test",
    "address_district": "tests",
    "address_formatted": null,
    "address_lat": 0,
    "address_lng": 0,
    "city": {
      "id": 125,
      "name": "أبوظبي",
      "ar_name": "أبوظبي",
      "en_name": "Abu Dhabi"
    },
    "country": {
      "id": 221,
      "iso_code_2": "AE",
      "iso_code_3": "ARE",
      "name": "الإمارات العربية المتحدة",
      "ar_name": "الإمارات العربية المتحدة",
      "en_name": "UAE"
    }
  }
]
PreviousordersNextstore payment methods

Last updated 4 years ago

Was this helpful?