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 minute

Servers

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:

  • 0
  • 1
  • 2
  • 3

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.