curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}?include=products" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": 1,
"name": "Pizzas",
"image": "categories/664f1a2b3c4d5.jpg",
"description": "All our artisan pizzas",
"order": 1,
"status": true,
"app_id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"branch_id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"products_count": 12,
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
Categories
Get category
Get the details of a specific category.
GET
/
ecommerce
/
v2
/
apps
/
{app_id}
/
categories
/
{category_id}
curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}?include=products" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": 1,
"name": "Pizzas",
"image": "categories/664f1a2b3c4d5.jpg",
"description": "All our artisan pizzas",
"order": 1,
"status": true,
"app_id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"branch_id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"products_count": 12,
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
Your store ID in Jelou Shop.
Category ID.
Use
products to include the category’s products in the response.curl "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}?include=products" \
-H "x-api-key: YOUR_API_KEY"
{
"data": {
"id": 1,
"name": "Pizzas",
"image": "categories/664f1a2b3c4d5.jpg",
"description": "All our artisan pizzas",
"order": 1,
"status": true,
"app_id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"branch_id": "9e3f2c1a-8b7d-4e6f-a5c4-d3b2a1e0f9c8",
"products_count": 12,
"created_at": "2026-02-19T15:30:00.000000Z",
"updated_at": "2026-02-19T15:30:00.000000Z"
}
}
Was this page helpful?
⌘I