Did you find this information useful?
Yes
No
Get store/stores/{id}Check all the information of a physical store with the ID of the store you want.
GET
Products that use it:
Request's parameters
idstring
Localization: pathStore's IdREQUIRED
Response parameters
id
Localization: bodyidstring
name
Localization: bodynamestring
date_creation
Localization: bodydate_creationstring
business_hours
Localization: bodybusiness_hoursobject
Request
curl
curl -X GET \
'https://api.mercadopago.com/stores/{id}' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN \
Answer
json
{
"id": 30163646,
"name": "Sucursal Instore",
"date_creation": "2021-04-16T14:54:28.573Z",
"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_STORE_ID