- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteInventoryLevels - Inventory Next Module Reference
This documentation provides a reference to the deleteInventoryLevels
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.
This method deletes inventory levels by their IDs.
Example#
Parameters#
inventoryLevelIds
string | string[]The inventory levels' IDs.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<void>Resolves when the inventory levels are deleted.
Was this page helpful?