# Get Stores **GET /commerce/{accountId}/stores** Returns the list of stores. A store represents a unique ordering experience from a specific location. ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **accountId** (string) ### Query parameters - **page** (integer(int32)) Page to be returned - **size** (integer(int32)) Number of stores to be returned per page - Max: 100 - **latitude** (number(float)) Reference latitude coordinate to calculate store distance - **longitude** (number(float)) Reference longitude coordinate to calculate store distance - **sort** (string) - **fulfillmentType** (string) Fulfillment type(s) available on the channelLink. e.g: delivery,eatIn ## Responses ### 200 200 ### 400 400 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)