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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IProduct GetProductByBarcode(
	string barcode,
	bool includeDeleted = false
)

Parameters

barcode
Type: SystemString
Barcode of the searching product.
includeDeleted (Optional)
Type: SystemBoolean
Whether to include deleted product in the result. Default value is false.

Return Value

Type: IProduct
See Also