This REST API implements calls for managing products and assortments.
It also contains a feature not supported by the general Erply API: product information can be extended with parameters, structured information that is tailored by product group.
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-pim-eu10.erply.com | https://api-pim-eu10.erply.com/documentation/index.html |
America | https://api-pim-us.erply.com | https://api-pim-us.erply.com/documentation/index.html |
Europe | https://api-pim-eu.erply.com | https://api-pim-eu.erply.com/documentation/index.html |
Australia and Southeast Asia | https://api-pim-au.erply.com | https://api-pim-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"
.)