deleteInventoryItem - Inventory Module Reference
This documentation provides a reference to the deleteInventoryItem
method. This belongs to the Inventory Module.
This method is used to delete an inventory item or multiple inventory items. The inventory items are only soft deleted and can be restored using the restoreInventoryItem method.
Example
Parameters
inventoryItemId
string | string[]RequiredThe ID(s) of the inventory item(s) to delete.
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 item(s) are successfully deleted.
Was this section helpful?