query
stores
List all stores associated with the sales channel.
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
items
[StoreDetail]!Required
An array of store details. Each store includes information such as name, address, and geographic coordinates.
page
PageInfo!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...
Was this section helpful?