deleteReservationItemByLocationId - Inventory Module Reference
This documentation provides a reference to the deleteReservationItemByLocationId
method. This belongs to the Inventory Module.
This method deletes reservation item(s) by 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 reservation item(s) are successfully restored.
Was this section helpful?