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