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.
contextContextA context used to share resources, such as transaction manager, between the application and the module.
contextContextReturns
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.
contextContextA context used to share resources, such as transaction manager, between the application and the module.
contextContextReturns
The created inventory level.
Was this section helpful?