GET /api/v1/products/reservedamount

Queries the reserved amount for a single article by id or by sku

Servers

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

  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.