GET /api/v1/products/reservedamount
Queries the reserved amount for a single article by id or by skuServers
- https://app.billbee.io
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
The id or the sku of the article to query |
lookupBy |
String | No |
Either the value id or the value sku to specify the meaning of the id parameter |
stockId |
Integer | No |
Optional the stock id if the multi stock feature is enabled |
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.