IEditSessionDeleteOrderItemModifier Method iikoFront Api V3 Documentation
Deletes order item modifier from order item that represents the assortment position. User must have rights to edit orders.

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 DeleteOrderItemModifier(
	IOrderStub order,
	IOrderItemProductStub orderItemProduct,
	IOrderItemModifierStub orderItemModifier
)

Parameters

order
Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains the item to be removed. Item must not be printed.
orderItemProduct
Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Order item that contains the modifier to be removed.
orderItemModifier
Type: Resto.Front.Api.V3.EditorsIOrderItemModifierStub
Modifier to be removed.
See Also

Reference