Click or drag to resize

IUCServiceItemGetByBarcode Method

Look up Item by Barcode

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
LoyItem ItemGetByBarcode(
	string barcode,
	string storeId
)

Parameters

barcode  String
storeId  String

Return Value

LoyItem
Remarks
LS Central WS2: GetItemWithBarcode LS Central OData: GetItem
See Also