This REST API implements calls for managing registers (points of sale), locations (warehouses), users and employees.
The API also returns information on whether an account belongs to a multi-account chain or not, and lets set up multi-account users in such chains.
Usage
To find the endpoint specific for your account, please use the "getServiceEndpoints" call. A few sample endpoints are given below, but this is not a complete list.
Each endpoint also has a Swagger documentation page.
Datacenter | API Endpoint | Documentation Page |
---|---|---|
Sandbox | https://api-am-eu10.erply.com/ | https://api-am-eu10.erply.com/documentation/index.html |
America | https://api-am-us.erply.com/ | https://api-am-us.erply.com/documentation/index.html |
Europe | https://api-am-eu.erply.com/ | https://api-am-eu.erply.com/documentation/index.html |
Australia and Southeast Asia | https://api-am-au.erply.com/ | https://api-am-au.erply.com/documentation/index.html |
Use an Erply client code and API session key to make requests. (Send these as headers "clientCode"
and "sessionKey"
.)