- Start Here 🚀
- Overview to Zid Apps
- Authorization
- Responses
- Webhooks
- Rate Limiting
- APIs
- Orders
- Reverse Orders
- Carts
- Products
- Inventories
- Shipping
- Marketing
- Gift Cards
- Coupons
- Bundle Offers
- Loyalty Program
- Loyalty Program Points per OrderGET
- Store Loyalty StatusGET
- Info PageGET
- Loyalty Program ActivationPOST
- Loyalty StatusGET
- Set Points ExpirationPOST
- Cashback Rule Method UpdatePOST
- Cashback Rule Method Update StatusPUT
- Add Points Redemption MethodPOST
- Update Points Redemption MethodPOST
- Delete Points Redemption MethodPOST
- Toggle Redemption Method StatusPUT
- Show Loyalty Points Info for Specific CustomerGET
- Customer ProfileGET
- List DataGET
- Customer Points HistoryGET
- Info Page - ManagersGET
- Update Info PagePUT
- Adjust Customer PointsPOST
- Gift Cards
- Customers
- Store Settings
- Countries and Cities
- Webhook
- Orders
- Store Events
Countries and Cities
Retrieve Store Operating Countries
GETv1/managers/countries
Retrieve a list of countries where the store operates. This list includes the country's unique ID, name, ISO codes, and flag image URL.
coun...
Retrieve Cities by Country ID
GETv1/managers/cities/by-country-id/{country_id}
Retrieve a list of cities for a specific country where the store operates or delivers. The list includes each city's unique ID, name, and country ...
Countries List
GETv1/settings/countries
The endpoint returns all countries' names, codes, and IDs, and is not specific to any particular store's operations or merchant's activate...