This REST API contains calls for modifying sales documents, fetching printouts and sending the printouts by email.
In the future, it will also let create new sales documents. At the moment, please use the call saveSalesDocument from Erply API.
To retrieve item prices, apply promotions and retrieve cart total, use the call calculateShoppingCart from Erply API.
Usage
To find the endpoint specific for your account, use the "getServiceEndpoints" call.
Each endpoint also provides Swagger documentation. For an example, see the documentation provided by the sandbox endpoint:
https://api-sales-eu10.erply.com/documentation/index.html
Use an Erply client code and API session key to make requests. (Send these as headers "clientCode"
and "sessionKey"
.)