curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/branches/{branch_id}" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"name": "Downtown Branch",
"code": "SUC-CENTRO",
"address": "Av. Principal 123, Quito",
"phone": "+593991234567",
"status": true,
"properties": {
"language": "en",
"horario": "09:00 - 18:00"
},
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
Branches
Get branch
Get the details of a specific branch.
GET
/
ecommerce
/
v2
/
apps
/
{app_id}
/
branches
/
{branch_id}
curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/branches/{branch_id}" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"name": "Downtown Branch",
"code": "SUC-CENTRO",
"address": "Av. Principal 123, Quito",
"phone": "+593991234567",
"status": true,
"properties": {
"language": "en",
"horario": "09:00 - 18:00"
},
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
string
required
Your store ID in Jelou Shop.
string
required
The branch ID.
curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/branches/{branch_id}" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"name": "Downtown Branch",
"code": "SUC-CENTRO",
"address": "Av. Principal 123, Quito",
"phone": "+593991234567",
"status": true,
"properties": {
"language": "en",
"horario": "09:00 - 18:00"
},
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
Was this page helpful?
⌘I