This is the right section for you if you are acting as a buyer and looking to send sales reports to your suppliers. Throughout this guide you will learn how to send new sales reports to the Procuros API. PHP examples are included but you will likely also want to look at the relevant API calls in the API reference.Documentation Index
Fetch the complete documentation index at: https://docs.procuros.io/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
You will need an API token to authenticate. We use a bearer token which has to be included in each request you send to the API. Please read the Authentication section of our API reference for a detailed description.Error Handling
The API will return a2xx status code for successful requests. Anything else indicates an error.
Please read the Errors section of our API reference for a detailed description plus examples of how to handle them.