PIM API

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.

  1. To find the endpoint specific for your account, use the "getServiceEndpoints" call.
  2. Each endpoint also provides Swagger documentation. For an example, see the documentation provided by the sandbox endpoint:

  3. Use an Erply client code and API session key to make requests. (Send these as headers "clientCode" and "sessionKey".)