List all stores associated with the sales channel with filtering options by location, city, and search queries.
Arguments
city
StringFilter stores by the city name where they are located, e.g. 'Mumbai'.
latitude
FloatLatitude coordinate to find nearest stores from this location, e.g. 19.0760.
longitude
FloatLongitude coordinate to find nearest stores from this location, e.g. 72.8777.
pageNo
IntPage number for pagination to navigate through results, e.g. 1.
pageSize
IntNumber of store items to retrieve per page, e.g. 12.
query
StringSearch query to find stores by name or store code, e.g. 'Store Name' or 'ST001'.
range
IntSearch radius in meters to find stores within this distance, e.g. 5000 for 5km radius.
Response
Query
Try it
Input Variables
Response
Was this section helpful?