Get Nearby Stores for Offer
GET /v1.0/offers/:offer_id/stores
Parameters
Name |
Description |
lat
|
Location Latitude
|
lng
|
Location Longitude
|
by_tag_ids
|
Store Tag IDs to filter by
|
x_channel_id
|
Channel Identifier ( You can also pass this in your headers as 'X-Channel-ID' )
|
sort_by
|
Sort by a store property
|
Request
Headers
Route
GET /v1.0/offers/136/stores?lat=33.4483771&lng=-112.0740373&by_tag_ids=%5B3%5D
Query Parameters
lat: 33.4483771
lng: -112.0740373
by_tag_ids: [3]
Response
Headers
Status
200 OK
Body