Skip to main content
Skip to main content

deleteReservationItemsByLineItem - Inventory Next Module Reference

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

This method deletes a reservation item by its associated line item.

Example

await inventoryModuleService.deleteReservationItemByLocationId(
"cali_123"
)

Parameters

lineItemIdstring | string[]Required
The line item'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 the reservation item is deleted.
Was this section helpful?