query

stores

List all stores associated with the sales channel.
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
Required
An array of store details. Each store includes information such as name, address, and geographic coordinates.
Required
An array of store details. Each store includes information such as name, address, and geographic coordinates.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...