deleteInventoryLevel - Inventory Module Reference
This documentation provides a reference to the deleteInventoryLevel
method. This belongs to the Inventory Module.
This method is used to delete an inventory level. The inventory level is identified by the IDs of its associated inventory item and location.
Example
Parameters
inventoryItemId
stringRequiredThe ID of the associated inventory item.
locationId
stringRequiredThe ID of the associated location.
context
SharedContextA context used to share resources, such as transaction manager, between the application and the module.
context
SharedContextReturns
Promise
Promise<void>RequiredResolves when the inventory level(s) are successfully restored.
Was this section helpful?