IOperationServiceIsProductSellingRestricted Method iikoFront Api V3 Documentation
Checks remaining amount of the product and determines whether selling of that product is restricted.

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

C#
bool IsProductSellingRestricted(
	IProduct product
)

Parameters

product
Type: Resto.Front.Api.V3.Data.AssortmentIProduct
Product to check remaining amount.

Return Value

Type: Boolean
true if the product has too low amount and selling is restricted, otherwise false.
Remarks

If product selling is restricted, it can be sold only by user with permission to edit menu.
See Also

Reference