Deletes order item from order 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 DeleteOrderItemProduct( IOrderStub order, IOrderItemProductStub orderItemProduct )
Parameters
- order
- Type: Resto.Front.Api.V3.EditorsIOrderStub
Order that contains the item to be deleted. - orderItemProduct
- Type: Resto.Front.Api.V3.EditorsIOrderItemProductStub
Order item to be deleted. Item must not be printed.
See Also