- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteInventoryItemLevelByLocationId - Inventory Next Module Reference
This documentation provides a reference to the deleteInventoryItemLevelByLocationId
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 soft deletes inventory item's level by the associated location.
Example#
Parameters#
locationId
string | string[]The locations' IDs.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<[object[], Record<string, unknown[]>]>An array, where the first item is an array includes the soft-deleted inventory levels,
and the second is an object that includes the IDs of related records that were soft-deleted.
Promise
Promise<[object[], Record<string, unknown[]>]>Was this page helpful?