query

inStockLocations

List stores where specified products are currently in stock.
Arguments
city
String
Search stores by the city in which they are situated.
latitude
Float
Latitude of the location from where one wants to retrieve the nearest stores, e.g. 72.8691788.
longitude
Float
Longitude of the location from where one wants to retrieve the nearest stores, e.g. 19.1174114.
pageNo
Int
The page number to navigate through the given set of results.
pageSize
Int
Number of items to retrieve in each page.
query
String
Search a store by its name or store_code.
range
Int
Use this to retrieve stores within a particular range in meters, e.g. 10000, to indicate a 10km range.
Response
filters
[JSON]
A list of filters applied to the store listing.
items
[Store]
A list of application stores.
Pagination details for the store listing.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...