- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveInventoryLevel - Inventory Next Module Reference
This documentation provides a reference to the retrieveInventoryLevel
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 an inventory level by its ID.
Example#
A simple example that retrieves a inventory level by its ID:
To specify relations that should be retrieved:
Parameters#
inventoryLevelId
stringThe inventory level's ID.
The configurations determining how the inventory level is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a inventory level.
select
or relations
, accept the
attributes or relations associated with a inventory level.A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<InventoryLevelDTO>The retrieved inventory level.
Promise
Promise<InventoryLevelDTO>Was this page helpful?