Click or drag to resize

IeCommerceServiceStoresGetByCoordinates Method

Get Click and Collect Stores by coordinates, latitude and longitude

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

Parameters

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 within max distance of coords
Exceptions
ExceptionCondition
LSOmniServiceExceptionStatusCodes returned:
  • StatusCode.Error
  • StatusCode.SecurityTokenInvalid
  • StatusCode.UserNotLoggedIn
  • StatusCode.DeviceIsBlocked
See Also