Arguments
city
StringSearch stores by the city in which they are situated.
latitude
FloatLatitude of the location from where one wants to retrieve the nearest stores, e.g. 72.8691788.
longitude
FloatLongitude of the location from where one wants to retrieve the nearest stores, e.g. 19.1174114.
pageNo
IntThe page number to navigate through the given set of results.
pageSize
IntNumber of items to retrieve in each page.
query
StringSearch a store by its name or store_code.
range
IntUse 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
[InStockStore]A list of application stores.
page
PageInfoPagination details for the store listing.
Query
Try it
Input Variables
Response
Was this section helpful?