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:

InputTypeDescription
Product IDStringThe action will search for an order matching this order number.

Outputs

OutputTypeDecription
SuccessBooleanWhether the API call was successful.
Raw DataObjectRaw Data returned by Brightpearl
Total In StockNumberTotal In Stock
Total AllocatedNumberTotal Allocated
Total On HoldNumberTotal On Hold
Total In TransitNumberTotal In Transit
Product In Stock?BooleanReturns True if Total In Stock is Greater Than 0, otherwise returns False.