Click or drag to resize

IeCommerceServiceStoresGetbyItemInStock Method

Get Click and Collect Stores that have items in stock

Namespace:  LSOmni.Service
Assembly:  LSOmni.Service (in LSOmni.Service.dll) Version: LS Omni 3.7.0
Syntax
C#
List<Store> StoresGetbyItemInStock(
	string itemId,
	string variantId,
	double latitude,
	double longitude,
	double maxDistance,
	int maxNumberOfStores
)

Parameters

itemId
Type: SystemString
item Id
variantId
Type: SystemString
variant Id
latitude
Type: SystemDouble
latitude
longitude
Type: SystemDouble
longitude
maxDistance
Type: SystemDouble
max distance of stores from latitude and longitude in kilometers
maxNumberOfStores
Type: SystemInt32
max number of stores returned

Return Value

Type: ListStore
List of stores marked as ClickAndCollect that have items in stock
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.SecurityTokenInvalid
  • StatusCode.UserNotLoggedIn
  • StatusCode.DeviceIsBlocked
See Also