createInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the createInventoryLevels
method. This belongs to the Inventory Next Module.
createInventoryLevels(data, context?): Promise<InventoryLevelDTO[]>
This method creates inventory levels.
Example
Parameters
The details of the inventory levels to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created inventory levels.
createInventoryLevels(data, context?): Promise<InventoryLevelDTO>
This method creates an inventory level.
Example
Parameters
The details of the inventory level to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created inventory level.
Was this section helpful?