Zid Docs
Apps
ThemesPayments
Apps
ThemesPayments
Help Center
Slack
  1. Store
  • 🗂️ Overview
  • 🚀 Start Here
  • Create your First App
  • Responses
  • Rate Limiting
  • Authorization
  • Embedded Apps
  • StoreFront Events
  • Zid MUI
  • Zid SDKs
  • Our custom MCP server
  • Merchant APIs
    • Account
      • Me
        • Me
        • Profile
      • Store
        • Store
          GET
        • Branding
          GET
        • Localization
          GET
        • Social
          GET
        • Operations
          GET
        • Business
          GET
        • Upload Logo Image
          POST
        • Delete Logo Image
          DELETE
        • Upload Icon Image
          POST
        • Delete Icon Image
          DELETE
        • Upload Cover Image
          POST
        • Delete Cover Image
          DELETE
    • Orders
      • Validate Order Request
      • Create Order
      • Change Order Status
      • Add Order Comment
      • View Order
      • List Orders
      • List Custom Order Statuses
      • List Order Credit Notes
    • Reverse Orders
      • Create Reverse Orders
      • Create Reverse Orders Waybill
      • Add Reverse Order Reasons
      • List Reverse Reasons
      • Calculate Reverse Totals
      • Create refund for reverse order
      • Upload bank transfer receipt
      • Update return products
      • Order Details – View for Return
    • Abandoned Carts
      • List Carts
      • View Cart
    • Products
      • Managing Products
        • Create Product Types
        • Create Product
        • List Products
        • View Product
        • List Product Settings
        • Update Product
        • Bulk Update Products
        • Delete Product
      • Digital Vouchers
        • List Vouchers
        • Order Vouchers
        • Create Voucher
        • Import Vouchers
        • Export Vouchers
        • Update Voucher
        • Remove Voucher
      • Product Categories
        • List Categories
        • View Category
        • Create Category
        • Create Subcategory
        • Update Category
        • Assign Product to Category
        • Bulk Assign Products to Category
        • Publish Category
        • Detach Category from All Products
        • Remove Product from Category
      • Product Badge
        • List Badges
      • Product Attributes
        • List Attributes
        • View Attribute
        • Create Attribute
        • Update Attribute
        • Delete Attribute
      • Product Attribute Presets
        • List Presets
        • Create Preset
        • Update Preset
        • Delete Preset
      • Product Variants
        • Create Variants
        • Create Custom Option
        • Update Custom Option
        • Delete Custom Option Field
        • Create Custom Input Field
        • Update Custom Input Field
        • Delete Custom Input Field
      • Product Sorting
        • Set Manual Product Order
        • Reset Manual Product Order
      • Product Images
        • List Images
        • Upload Image
        • Update Image Order
        • Delete Image
      • Product Availability Notifications
        • Notification Stats
        • Noticiation Settings
        • List Notifications
        • Create Notification
        • Update Settings
        • Send Notification Email
        • Export Notifications
      • Product Export
        • Email All Products to Store Owner
        • Import Products via CSV or xlsx File
      • Product Stock
        • Retrieve Product Stock
        • List Product Stock Records
        • Create Product Stock
        • Update Product Stock
        • Bulk Update Product Stock Records
      • Product Questions & Answers
        • Retrieve Product Question
        • Retrieve Product Answer
        • List Product Questions
        • List Answers for Question
        • Create Product Question
        • Create Product Answer
        • Update Product Question
        • Update Product Answer
        • Delete Product Question
        • Delete Product Answer
      • Product Reviews
        • List Reviews
        • Count Reviews
      • Digital Products
        • Create Downloadable Product
        • Generate Upload URL
        • Upload File to S3
        • Create Product Downloadable
        • Get Product Downloadables
        • Delete Product Downloadable
        • List Store Downloadables
        • Create Store Downloadable
        • Delete Store Downloadable
    • Inventories
      • Create Location
      • Update Location
      • Update Product Stock for Location
      • List Locations
      • View Location
    • Shipping
      • List Store Shipping Methods
    • Marketing
      • Coupons
        • List Coupons
        • View Coupon
        • Create Coupon
        • Generate Bulk Coupons
        • Duplicate Coupon
        • Duplicate Bulk Coupons
        • Update Coupon Note
        • Update Coupon
        • Update Bulk Coupons
        • Update Coupon Status
        • Update Bulk Coupons Status
        • Delete Coupon
        • Delete Bulk Coupons
      • Bundle Offers
        • List Bundle Offers
      • Loyalty Program
        • Loyalty Program Status
        • Loyalty Program Details
        • Loyalty Program Info
        • Customer Loyalty Summary
        • Customer Points History
        • Activate Loyalty Program
        • Set Points Expiration Rules
        • Update Cashback Rule
        • Create Points Redemption Method
        • Update Points Redemption Method
        • Delete Points Redemption Method
        • Adjust Customer Points
      • Discount Rules
    • Customers
      • Customer Tags
        • List Customer Tags
        • Add Customer Tag
        • ْUpdate Customer Tag
        • Delete Customer Tag
      • List Customers
      • View Customer
      • Primary Customer List
      • FInd Customer By Phone Number
      • Customer Profile
      • Add Customer
      • Update Customer
      • Delete Customer
      • Add Bulk Customers
      • Import Customers
    • Store Settings
      • 📄 User Roles and Permissions
      • Retrieve Store Manager Profile
      • Retrieve VAT Settings
      • List Payment Methods
      • List Store Operating Countries
    • Countries and Cities
      • List Countries
      • List Cities for Country
  • Webhooks
    • Overview
    • Webhook Health Tracking
    • Events
      • Order
      • Product
      • Abandoned Cart
      • Customer
      • Product Category
    • APIs
      • Health Summary
      • Broken Webhooks
      • Recover Broken Webhooks
      • List Webhooks
      • Create Webhook
      • Delete Webhook
      • Delete Webhook By subscriber
  • App Management
    • Events
    • APIs
      • Subscription Details
      • Update Usage-Based Charges
  1. Store

Localization

GET
https://api.zid.sa/v1/managers/account/store/localization
Retrieves the store's supported languages and currencies, indicating the currently active language and the default currency.
🔑Scopes
third_store_details_read - Read the store's core details

Request

Header Params

Responses

🟢200OK
application/json
Bodyapplication/json

🟠403Forbidden
🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.zid.sa/v1/managers/account/store/localization' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'
Response Response Example
200 - Success
{
  "status": "object",
  "localization": {
    "language": {
      "id": 2,
      "name": "عربي",
      "code": "ar",
      "direction": "rtl"
    },
    "languages": [
      {
        "id": 2,
        "name": "عربي",
        "code": "ar",
        "direction": "rtl"
      },
      {
        "id": 1,
        "name": "English",
        "code": "en",
        "direction": "ltr"
      }
    ],
    "currency": {
      "id": 4,
      "name": "ريال سعودي",
      "code": "SAR",
      "symbol": " ر.س ",
      "country": {
        "id": 184,
        "name": "السعودية",
        "priority": 1,
        "code": "SA",
        "country_code": "SAU",
        "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
      }
    },
    "currencies": [
      {
        "id": 9,
        "name": "يورو",
        "code": "EUR",
        "symbol": " € ",
        "country": {
          "id": 81,
          "name": "ألمانيا",
          "priority": null,
          "code": "DE",
          "country_code": "DEU",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/de.svg"
        }
      },
      {
        "id": 15,
        "name": "يورو",
        "code": "EUR",
        "symbol": "€",
        "country": {
          "id": 14,
          "name": "النمسا",
          "priority": null,
          "code": "AT",
          "country_code": "AUT",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/at.svg"
        }
      },
      {
        "id": 6,
        "name": "دينار بحريني",
        "code": "BHD",
        "symbol": " د.ب ",
        "country": {
          "id": 17,
          "name": "البحرين",
          "priority": 5,
          "code": "BH",
          "country_code": "BHR",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/bh.svg"
        }
      },
      {
        "id": 26,
        "name": "دينار ليبي",
        "code": "LYD",
        "symbol": " د.ل ",
        "country": {
          "id": 121,
          "name": "ليبيا",
          "priority": 11,
          "code": "LY",
          "country_code": "LBY",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/ly.svg"
        }
      },
      {
        "id": 13,
        "name": "يورو",
        "code": "EUR",
        "symbol": "€",
        "country": {
          "id": 103,
          "name": "جمهورية أيرلندا",
          "priority": null,
          "code": "IE",
          "country_code": "IRL",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/ie.svg"
        }
      },
      {
        "id": 4,
        "name": "ريال سعودي",
        "code": "SAR",
        "symbol": " ر.س ",
        "country": {
          "id": 184,
          "name": "السعودية",
          "priority": 1,
          "code": "SA",
          "country_code": "SAU",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
        }
      },
      {
        "id": 5,
        "name": "دينار كويتي",
        "code": "KWD",
        "symbol": " د.ك ",
        "country": {
          "id": 114,
          "name": "الكويت",
          "priority": 3,
          "code": "KW",
          "country_code": "KWT",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/kw.svg"
        }
      },
      {
        "id": 8,
        "name": "ريال عماني",
        "code": "OMR",
        "symbol": " ر.ع",
        "country": {
          "id": 161,
          "name": "عمان",
          "priority": 4,
          "code": "OM",
          "country_code": "OMN",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/om.svg"
        }
      },
      {
        "id": 21,
        "name": "جنيه مصري",
        "code": "EGP",
        "symbol": " ج.م ",
        "country": {
          "id": 63,
          "name": "مصر",
          "priority": 6,
          "code": "EG",
          "country_code": "EGY",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/eg.svg"
        }
      },
      {
        "id": 10,
        "name": "يورو",
        "code": "EUR",
        "symbol": "€",
        "country": {
          "id": 195,
          "name": "إسبانيا",
          "priority": null,
          "code": "ES",
          "country_code": "ESP",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/es.svg"
        }
      },
      {
        "id": 31,
        "name": "ريال قطري",
        "code": "QAR",
        "symbol": " ر.ق ",
        "country": {
          "id": 173,
          "name": "قطر",
          "priority": 6,
          "code": "QA",
          "country_code": "QAT",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/qa.svg"
        }
      },
      {
        "id": 2,
        "name": "دولار أمريكي",
        "code": "USD",
        "symbol": " $ ",
        "country": {
          "id": 223,
          "name": "الولايات المتحدة",
          "priority": null,
          "code": "US",
          "country_code": "USA",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/us.svg"
        }
      },
      {
        "id": 4,
        "name": "ريال سعودي",
        "code": "SAR",
        "symbol": " ر.س ",
        "country": {
          "id": 184,
          "name": "السعودية",
          "priority": 1,
          "code": "SA",
          "country_code": "SAU",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
        }
      },
      {
        "id": 4,
        "name": "ريال سعودي",
        "code": "SAR",
        "symbol": " ر.س ",
        "country": {
          "id": 184,
          "name": "السعودية",
          "priority": 1,
          "code": "SA",
          "country_code": "SAU",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
        }
      },
      {
        "id": 4,
        "name": "ريال سعودي",
        "code": "SAR",
        "symbol": " ر.س ",
        "country": {
          "id": 184,
          "name": "السعودية",
          "priority": 1,
          "code": "SA",
          "country_code": "SAU",
          "flag": "https://zid-testing-907587157081.s3.eu-west-1.amazonaws.com/static/sa.svg"
        }
      }
    ]
  },
  "message": {
    "type": "object",
    "code": null,
    "name": null,
    "description": null
  }
}
Modified at 2026-04-22 14:19:14
Previous
Branding
Next
Social
Built with