Search stores - Stores - Mercado Pago Developers
Developers
API Reference
Support
Sign in

    Start

    LISTA DE API

    Preferences

    Create a preference

    POST

    Search preferences

    GET

    Get a preference

    GET

    Update a preference

    PUT

    Identification Types

    Get document types

    GET

    Payment Methods

    Get the payment methods

    GET

    Payments

    Create payments

    POST

    Find payments

    GET

    Get a payment

    GET

    Update a payment

    PUT

    Chargebacks

    Get a chargeback

    GET

    Customers

    Create a customer

    POST

    Search for a customer

    GET

    Get a customer

    GET

    Update a customer

    PUT

    Cards

    Save a card

    POST

    Obtain customer cards

    GET

    Get a card

    GET

    Update a card

    PUT

    Delete a card

    DELETE

    Stores

    Get a Store

    GET

    Create a Store

    POST

    Search stores

    GET

    Update a Store

    PUT

    Delete a Store

    DELETE

    Point of Sale

    Create a POS

    POST

    Get all POS

    GET

    Get a POS

    GET

    Update a POS

    PUT

    Delete a POS

    DELETE

    Instore Orders

    Create an order

    POST

    Delete an order

    DELETE

    Instore Orders v2

    Create an order

    PUT

    Get an order

    GET

    Delete an order

    DELETE

    Merchant Orders

    Create an order

    POST

    Search for orders

    GET

    Get an order

    GET

    Update an order

    PUT

    Subscription Preferences

    Create a subscription

    POST

Search stores

GET

/users/{user_id}/stores/search
Find all the information of the stores generated through specific filters.
Products that use it:
QR Code
Request's parameters
user_id

REQUIRED

string
Localization: pathUser Id
external_id

REQUIRED

string
Localization: queryUnique identifier of the store defined by integrator system
Response parameters
paging
object
Localization: bodypaging
results
array
Localization: bodyresults
Request
curl
curl -X GET \
    'https://api.mercadopago.com/users/{user_id}/stores/search?external_id=12123adfasdf123u4u' \
    -H 'Authorization: Bearer ACCESS_TOKEN_ENV' 
Answer
json
[
  {
    "paging": {
      "total": 2,
      "offset": 0,
      "limit": 30
    },
    "results": [
      {
        "id": 30163646,
        "name": "Sucursal Instore",
        "date_creation": "2019-09-09T09:25:56.000Z",
        "business_hours": {
          "monday": [
            {
              "open": "08:00",
              "close": "13:00"
            }
          ],
          "tuesday": [
            {
              "open": "08:00",
              "close": "18:00"
            }
          ],
          "wednesday": [
            {
              "open": "07:00",
              "close": "10:00"
            }
          ]
        },
        "location": {
          "address_line": "Caseros 3039 Belgrano Capital Federal Argentina",
          "reference": "3er Piso",
          "latitude": -32.8897322,
          "longitude": -68.8443275
        },
        "external_id": "SUC001"
      }
    ]
  }
]
Errors
400bad_request
INVALID_USER_IDUSER_ID must be number.
INVALID_OFFSETOFFSET must be number.
INVALID_LIMITLIMIT must be number.
INVALID_EXTERNAL_IDEXTERNAL_ID must be alphanumeric.
Was this information helpful?

© 2021 MercadoLibre S.R.L.

Terms and conditionsHow we protect your privacy
Partners Mercado Pago

Al navegar en este sitio aceptas las cookies que utilizamos para mejorar tu experiencia. Más información.