Click or drag to resize

IOperationServiceGetOrderItemProductGroups Method

Returns product groups from the specified order. Products in each group are intended to be cooked together.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<IReadOnlyList<IOrderCookingItem>> GetOrderItemProductGroups(
	IOrder order
)

Parameters

order  IOrder
 

Return Value

IReadOnlyListIReadOnlyListIOrderCookingItem
See Also