IEditSessionMoveOrderItemProduct Method iikoFront Api V3 Documentation
Moves product item between guests of the same order.

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void MoveOrderItemProduct(
	IExistingOrderItemProductStub product,
	IOrderItemGuestStub destinationGuest
)

Parameters

product
Type: Resto.Front.Api.V3.EditorsIExistingOrderItemProductStub
Product item to be moved.
destinationGuest
Type: Resto.Front.Api.V3.EditorsIOrderItemGuestStub
Guest the product item will be assigned to.
See Also

Reference