This REST API implements operations for points of sale: day opening, day closing, cash in, cash out.
This API also has endpoints for creating, updating and redeeming gift cards.
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-point-of-sale-eu10.erply.com/ | https://api-point-of-sale-eu10.erply.com/documentation/index.html |
America | https://api-pos-us.erply.com/ | https://api-pos-us.erply.com/documentation/index.html |
Europe | https://api-pos-eu.erply.com/ | https://api-pos-eu.erply.com/documentation/index.html |
Australia and Southeast Asia | https://api-pos-au.erply.com/ | https://api-pos-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"
.)