- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
updateReservationItems - Inventory Next Module Reference
This documentation provides a reference to the updateReservationItems
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.
updateReservationItems(input, context?): Promise<ReservationItemDTO>#
This method updates an existing reservation item.
Example#
Parameters#
The attributes to update in a reservation item.
A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<ReservationItemDTO>The updated reservation item.
Promise
Promise<ReservationItemDTO>updateReservationItems(input, context?): Promise<ReservationItemDTO[]>#
This method updates existing reservation items.
Example#
Parameters#
input
UpdateReservationItemInput[]The attributes to update in the reservation items.
input
UpdateReservationItemInput[]A context used to share resources, such as transaction manager, between the application and the module.
Returns#
Promise
Promise<ReservationItemDTO[]>The updated reservation items.
Promise
Promise<ReservationItemDTO[]>Was this page helpful?