- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the createInventoryLevels
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.
createInventoryLevels(data, context?): Promise<InventoryLevelDTO[]>#
This method creates inventory levels.
Example#
Parameters#
The details of the inventory levels to be created.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<InventoryLevelDTO[]>The created inventory levels.
Promise
Promise<InventoryLevelDTO[]>createInventoryLevels(data, context?): Promise<InventoryLevelDTO>#
This method creates an inventory level.
Example#
Parameters#
The details of the inventory level to be created.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<InventoryLevelDTO>The created inventory level.
Promise
Promise<InventoryLevelDTO>Was this page helpful?