Skip to main content
GET
/
apps
/
{app_id}
/
branches
/
{branch_id}
curl "https://ecommerce.jelou.ai/apps/{app_id}/branches/1?include=products" \
  -H "Authorization: Bearer <API_KEY>"
app_id
string
required
Your store ID in Jelou Shop.
branch_id
string
required
The branch ID.
include
string
Use products to include the branch’s products in the response.
curl "https://ecommerce.jelou.ai/apps/{app_id}/branches/1?include=products" \
  -H "Authorization: Bearer <API_KEY>"