updateInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the updateInventoryLevels
method. This belongs to the Inventory Next Module.
updateInventoryLevels(updates, context?): Promise<InventoryLevelDTO[]>
This method updates existing inventory levels.
Example
Parameters
The list of The attributes to update in an inventory level. The inventory level is identified by the IDs of its associated inventory item and location.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The updated inventory levels.
updateInventoryLevels(updates, context?): Promise<InventoryLevelDTO>
This method updates an existing inventory level.
Example
Parameters
The attributes to update in an inventory level. The inventory level is identified by the IDs of its associated inventory item and location.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The updated inventory level.
Was this section helpful?