Click or drag to resize

IUCServiceItemsInStockGet Method

Get stock status of an item from one or all stores

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
List<InventoryResponse> ItemsInStockGet(
	string storeId,
	string itemId,
	string variantId,
	int arrivingInStockInDays
)

Parameters

storeId  String
Store to get Stock status for, if empty get status for all stores
itemId  String
Item to get status for
variantId  String
Item variant
arrivingInStockInDays  Int32
Item Date Filter

Return Value

ListInventoryResponse
Remarks
LS Central WS2: GetItemInventory

If storeId is empty, only store that are marked in LS Central with check box Loyalty or Mobile checked (Omni Section) will be returned

See Also