If you’re creating a custom integration to Ordoro, you’ll need an API key. The API key provides you with Basic HTTP Authentication to connect to Ordoro. Additionally, when building an integration, you can ask our developers questions directly on our API Forum. How to create the API key 1. In Ordoro, click on your Company […]
API
Please take a look at our support articles regarding any Ordoro API concerns you may have.
API introduction
This document is an introduction to the Ordoro API. Our API documentation is available here. Authentication The Ordoro API uses Basic HTTP Authentication. You can create API keys via Settings -> Account Settings -> API Keys in app. Format JSON in, JSON out Getting new orders curl –user ‘myusername:mypassword’ –header ‘Content-Type: application/json’ https://api.ordoro.com/order/?status=new Getting products […]