- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
listAndCountInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the listAndCountInventoryLevels
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 a paginated list of inventory levels along with the total count of available inventory levels satisfying the provided filters.
Example#
To retrieve a list of inventory levels using the IDs of their associated inventory items:
To specify relations that should be retrieved within the inventory levels:
By default, only the first 10
records are retrieved. You can control pagination by specifying the skip
and take
properties of the config
parameter:
Parameters#
selector
FilterableInventoryLevelPropsThe filters to apply on the retrieved inventory levels.
selector
FilterableInventoryLevelPropsThe 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[], number]>The list of inventory levels along with their total count.
Promise
Promise<[InventoryLevelDTO[], number]>Was this page helpful?