Multiple Data Centers
Zoho Commerce is hosted at multiple data centers, and therefore available on different domains.
There are 5 different domains for Zoho Commerce APIs, and you will have to use the one that is applicable to you.
Data Center | Domain Base | API URI |
United States | .com | https://commerce.zoho.com/ |
Europe | .eu | https://commerce.zoho.eu/ |
India | .in | https://commerce.zoho.in/ |
Australia | .com.au | https://commerce.zoho.com.au/ |
Japan | .jp | https://commerce.zoho.jp/ |
The APIs on this page are for organizations in Zoho Commerce that are hosted on the .com domain. If your organization is on a different domain, then you must replace .com with the appropriate domain for API endpoints on this page before using them.
Note: To find out which domain you're accessing Zoho Commerce from, visit the Zoho Commerce web app and check its URL. If the URL contains commerce.zoho*.com, then you're accessing it from the .com* domain. If the URL contains commerce.zoho*.in, you're accessing it from the .in* domain. Similarly, you could be accessing Zoho Commerce from the .eu or .com.au domain.
For example, here's how you would modify the domain in an API endpoint for the .eu domain:
API endpoint for the .com domain, as available on this page:
https://commerce.zoho.com/store/api/v1/salesorders
API endpoint after replacing the .com domain with .eu:
https://commerce.zoho.eu/store/api/v1/salesorders