- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
retrieveStockedQuantity - Inventory Next Module Reference
This documentation provides a reference to the retrieveStockedQuantity
method. This belongs to the Inventory Next Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves the stocked quantity of an inventory item in the specified location.
Example#
Parameters#
inventoryItemId
stringThe inventory item's ID.
locationIds
string[]The locations' IDs.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<IBigNumber>The stocked quantity of the item.
Promise
Promise<IBigNumber>Was this page helpful?