Click or drag to resize

IOperationServiceGetProductByBarcode Method

Returns product by barcode or null if it is not found.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IProduct GetProductByBarcode(
	string barcode,
	bool includeDeleted = false
)

Parameters

barcode  String
Barcode of the searching product.
includeDeleted  Boolean  (Optional)
Whether to include deleted product in the result. Default value is false.

Return Value

IProduct
See Also