Package com.hybris.cis.service
Interface CisClientGeolocationService
-
- All Superinterfaces:
CisClientService
- All Known Implementing Classes:
DefaultCisClientGeolocationService
public interface CisClientGeolocationService extends CisClientService
Interface providing geolocation services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeoLocationResultgetGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location)Rest client to look up geolocations.-
Methods inherited from interface com.hybris.cis.service.CisClientService
ping
-
-
-
-
Method Detail
-
getGeolocation
GeoLocationResult getGeolocation(java.lang.String xCisClientRef, java.lang.String tenantId, CisLocationRequest location) throws AbstractCisServiceException
Rest client to look up geolocations.- Parameters:
xCisClientRef- client ref to pass in the headertenantId- tenantId to pass in the headerlocation- a location request containing at least zip code and country, optionally city- Throws:
AbstractCisServiceException
-
-