deleteInventoryItemLevelByLocationId - Inventory Module Reference
This documentation provides a reference to the deleteInventoryItemLevelByLocationId
method. This belongs to the Inventory Module.
This method deletes the inventory item level(s) for the ID(s) of associated location(s).
Example
Parameters
locationId
string | string[]RequiredThe ID(s) of the associated location(s).
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 level(s) are successfully restored.
Was this section helpful?