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 2024.6
Syntax List<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:
ListInventoryResponseRemarks
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