IEditSessionMoveOrderItemsToAnotherGuest Method |
Moves product items (including combos) between guests of the same order. To move a combo, include all its items in the list.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid MoveOrderItemsToAnotherGuest(
IReadOnlyList<IOrderRootItemStub> products,
IOrderGuestItemStub destinationGuest,
IOrderStub order
)
Parameters
- products IReadOnlyListIOrderRootItemStub
- Product items to be moved.
- destinationGuest IOrderGuestItemStub
- Guest the product items will be assigned to.
- order IOrderStub
- Order which contains the products.
See Also