deleteInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the deleteInventoryLevels
method. This belongs to the Inventory Next Module.
This method deletes inventory levels by their IDs.
Example
Parameters
inventoryLevelIds
string | string[]RequiredThe inventory levels' IDs.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
Promise
Promise<void>RequiredResolves when the inventory levels are deleted.
Was this section helpful?