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