IeCommerceJsonItemsInStoreGet Method |
Get stock status for list of items from one or all stores
Namespace:
LSOmni.Service
Assembly:
LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
Remarks
LS Nav/Central WS2 : GetInventoryMultiple
If storeId is empty, all store that have item available will be returned
Examples
Sample request including minimum data needed to be able to process the request in OMNI
{
"items": [{
"ItemId": "40020",
"VariantId": "010"
}],
"storeId": "S0001"
}
See Also