| IeCommerceServiceItemsInStockGet Method  | 
 
            Get stock status of an item from one or all stores
            
 
    Namespace: 
   LSOmni.Service
    Assembly:
   LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
 Syntax
SyntaxList<InventoryResponse> ItemsInStockGet(
	string storeId,
	string itemId,
	string variantId,
	int arrivingInStockInDays
)
Parameters
- storeId
- Type: SystemString
 Store to get Stock status for, if empty get status for all stores
- itemId
- Type: SystemString
 Item to get status for
- variantId
- Type: SystemString
 Item variant
- arrivingInStockInDays
- Type: SystemInt32
 Item Date Filter
Return Value
Type: 
ListInventoryResponse Remarks
Remarks
            LS Nav/Central WS1 : MM_MOBILE_GET_ITEMS_IN_STOCK
            LS Nav/Central WS2 : GetItemInventory
            If storeId is empty, only store that are marked in LS Nav/Central with check box Loyalty or Mobile checked (Omni Section) will be returned
            
 See Also
See Also