This REST API contains calls for managing price lists.
There is also a call for querying a product's sales price and tax rate. The GET /v1/products/price call consults all price lists that are currently in effect and calculates the final price for a particular product in a particular location.
The GET /v1/products/tax-rate call returns the tax rate at which the product must be sold.
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-pricing-eu10.erply.com/ | https://api-pricing-eu10.erply.com/documentation/index.html |
America | https://api-pricing-us.erply.com/ | https://api-pricing-us.erply.com/documentation/index.html |
Europe | https://api-pricing-eu.erply.com/ | https://api-pricing-eu.erply.com/documentation/index.html |
Australia and Southeast Asia |
Use an Erply client code and API session key to make requests. (Send these as headers "clientCode"
and "sessionKey"
.)