Click or drag to resize

IEditSessionChangeOrderItemMarkingCode Method

Changes the marking code of a product within an order item. Skip scanning of marking code option will be reset. Use SkipScanningOrderItemMarkingCode(IOrderStub, IOrderProductItemStub) to set this option.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void ChangeOrderItemMarkingCode(
	string markingCode,
	IOrderStub order,
	IOrderProductItemStub orderItem
)

Parameters

markingCode
Type: SystemString
Specifies the new value for the marking code. Set null to reset the marking code.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
The order that contains the product order item for which the marking code will be changed.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderProductItemStub
The order item that will have its marking code changed.
See Also