IOperationServiceGetProductByBarcode Method |
Returns product by barcode or null if it is not found.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxIProduct 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