Skip to main content
Skip to main content

deleteReservationItemByLocationId - Inventory Next Module Reference

This documentation provides a reference to the deleteReservationItemByLocationId method. This belongs to the Inventory Next Module.

This method deletes reservation items by their associated location.

Example

await inventoryModuleService.deleteReservationItemByLocationId(
"loc_123"
)

Parameters

locationIdstring | string[]Required
The location's ID.
contextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<void>Required
Resolves when then reservation items are deleted successfully.
Was this section helpful?