query

stores

List all stores associated with the sales channel with filtering options by location, city, and search queries.
Arguments
city
String
Filter stores by the city name where they are located, e.g. 'Mumbai'.
latitude
Float
Latitude coordinate to find nearest stores from this location, e.g. 19.0760.
longitude
Float
Longitude coordinate to find nearest stores from this location, e.g. 72.8777.
pageNo
Int
Page number for pagination to navigate through results, e.g. 1.
pageSize
Int
Number of store items to retrieve per page, e.g. 12.
query
String
Search query to find stores by name or store code, e.g. 'Store Name' or 'ST001'.
range
Int
Search radius in meters to find stores within this distance, e.g. 5000 for 5km radius.
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...