Skip to main content
GET
/
api
/
v2
/
apps
/
{app_id}
/
branches
curl "https://ecommerce.jelou.ai/api/v2/apps/{app_id}/branches?page=1&limit=20&include=products" \
  -H "Authorization: Bearer <API_KEY>"

Documentation Index

Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt

Use this file to discover all available pages before exploring further.

app_id
string
required
Your store ID in Jelou Shop.
page
integer
default:"1"
Page number to return.
limit
integer
default:"15"
Number of results per page (max. 100).
include
string
Comma-separated list of relations to include. Available: products.
paginate
boolean
default:"true"
Send false to retrieve all branches without pagination.
curl "https://ecommerce.jelou.ai/api/v2/apps/{app_id}/branches?page=1&limit=20&include=products" \
  -H "Authorization: Bearer <API_KEY>"