GET /api/v1/orders/{id}
Get a single order by its internal billbee id. This request is throttled to 6 calls per order in one minuteServers
- https://app.billbee.io
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
Integer | Yes |
The internal billbee id of the order |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
articleTitleSource |
Integer | No |
The source field for the article title. 0 = Order Position (default), 1 = Article Title, 2 = Article Invoice Text Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.