deleteInventoryLevel - Inventory Next Module Reference
This documentation provides a reference to the deleteInventoryLevel
method. This belongs to the Inventory Next Module.
This method deletes an inventory level by its associated inventory item and location.
Example
Parameters
inventoryItemId
stringRequiredThe inventory item's ID.
locationId
stringRequiredThe location's ID.
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 level is deleted successfully.
Was this section helpful?