PointsOfInterestHandler
This class provides RESTful services to retrieve point of interest data. It uses PointOfInterest noun.
Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
---|---|---|---|---|---|---|
retrievePointsOfInterest | GET | store/{storeId}/pointsOfInterest/ | langId={langId}&responseFormat={responseFormat} | Retrieve all points of interest. | No, HTTP | Sample |
retrievePointsOfInterestByProximity | GET | store/{storeId}/pointsOfInterest/byProximity | langId={langId}&latitude={latitude}&longitude={longitude}&radius={radius}&poiType={poiType}&responseFormat={responseFormat} | Retrieve points of interest (POI) by proximity based on specified geolocation, POI type, and radius. | No, HTTP | Sample |