MercatDevelopers
  1. Stores
MercatDevelopers
  • Getting Started
  • Auth
    • Authenticate client
      POST
  • Stores
    • List all stores
      GET
    • Get store details
      GET
  • Menus
    • Get menu details
      GET
  • Orders
    • Get order details
      GET
  • Webhooks
    • Webhooks
    • stores.update
    • orders.create
    • orders.update
    • menus.update
  1. Stores

List all stores

Stage
https://stage.api.mercat.com
Stage
https://stage.api.mercat.com
GET
/v1/mercat_developers/stores
Returns a list of all stores available for your tenant.
Authentication required: Include the access token obtained from the Authenticate client endpoint.

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or

Responses

🟢200OK
application/json
List of stores retrieved successfully
Body

Examples
{
    "id": 1,
    "name": "Downtown Store",
    "text_address": "123 Main Street, Santiago",
    "latitude": -33.4489,
    "longitude": -70.6693,
    "phone": "+56912345678",
    "menu_id": 10
}
🟠404Record Not Found
Modified at 2026-02-17 15:11:07
Previous
Authenticate client
Next
Get store details
Built with