Brightpearl Get Stock by Product ID
This action retrieves stock levels for a product by a specified product ID. This action requires a module connection to be set up.
Uses the following Brightpearl API Endpoint: https://api-docs.brightpearl.com/warehouse/product-availability/get.html
Inputs
In order to use the action in your flow you need to provide it the following inputs:
| Input | Type | Description |
|---|---|---|
| Product ID | String | The action will search for an order matching this order number. |
Outputs
| Output | Type | Decription |
|---|---|---|
| Success | Boolean | Whether the API call was successful. |
| Raw Data | Object | Raw Data returned by Brightpearl |
| Total In Stock | Number | Total In Stock |
| Total Allocated | Number | Total Allocated |
| Total On Hold | Number | Total On Hold |
| Total In Transit | Number | Total In Transit |
| Product In Stock? | Boolean | Returns True if Total In Stock is Greater Than 0, otherwise returns False. |
Updated about 2 hours ago