curl "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?limit=15" \
-H "Authorization: Bearer <API_KEY>"
{
"data": [
{
"id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"sku": "MM-0002",
"name": "3 in 1 Cloth Book Set",
"description": "Set of 3 soft cloth books ideal for babies.",
"price": 50,
"price_without_tax": 50,
"tax": "0.00",
"has_tax": true,
"discount_type": null,
"discount": null,
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:44.000000Z"
},
{
"id": "c09b6094-5b0a-4c6a-b24c-4f4c42e83295",
"sku": "MM-0003",
"name": "3 In 1 Play Mat - Pet's Party",
"description": "3-in-1 play mat with a pet party theme.",
"price": 5,
"price_without_tax": 5,
"tax": "0.00",
"has_tax": true,
"discount_type": "percentage",
"discount": "20.00",
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:45.000000Z"
}
],
"links": {
"first": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=1",
"last": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=19",
"prev": null,
"next": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 19,
"per_page": 15,
"to": 15,
"total": 276
}
}
Returns the paginated list of products in your store.
curl "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?limit=15" \
-H "Authorization: Bearer <API_KEY>"
{
"data": [
{
"id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"sku": "MM-0002",
"name": "3 in 1 Cloth Book Set",
"description": "Set of 3 soft cloth books ideal for babies.",
"price": 50,
"price_without_tax": 50,
"tax": "0.00",
"has_tax": true,
"discount_type": null,
"discount": null,
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:44.000000Z"
},
{
"id": "c09b6094-5b0a-4c6a-b24c-4f4c42e83295",
"sku": "MM-0003",
"name": "3 In 1 Play Mat - Pet's Party",
"description": "3-in-1 play mat with a pet party theme.",
"price": 5,
"price_without_tax": 5,
"tax": "0.00",
"has_tax": true,
"discount_type": "percentage",
"discount": "20.00",
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:45.000000Z"
}
],
"links": {
"first": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=1",
"last": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=19",
"prev": null,
"next": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 19,
"per_page": 15,
"to": 15,
"total": 276
}
}
data contains the following fields:
| Field | Type | Description |
|---|---|---|
id | string | Product UUID |
sku | string | Unique product identifier |
name | string | Product name |
description | string | Product description |
price | number | Product price |
price_without_tax | number | Price without taxes |
tax | string | Tax amount |
has_tax | boolean | Whether the product has taxes |
discount_type | string | null | Discount type: "value" or "percentage" |
discount | string | null | Discount value |
status | boolean | Whether the product is active |
type | string | Product type (e.g., "physical_product") |
stock_type | string | Stock type: "limited" or "unlimited" |
stock_value | number | Available stock quantity |
branch_id | string | null | UUID of the assigned branch |
modifier_groups | array | Product modifier groups |
created_at | string | Creation date |
updated_at | string | Last update date |
links and meta objects:
| Field | Description |
|---|---|
meta.current_page | Current page |
meta.last_page | Last available page |
meta.per_page | Products per page |
meta.total | Total number of products |
links.next | URL of the next page |
links.prev | URL of the previous page |
curl "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?limit=15" \
-H "Authorization: Bearer <API_KEY>"
{
"data": [
{
"id": "8af29efb-9864-4f29-888c-b2dd0d7ac1dd",
"sku": "MM-0002",
"name": "3 in 1 Cloth Book Set",
"description": "Set of 3 soft cloth books ideal for babies.",
"price": 50,
"price_without_tax": 50,
"tax": "0.00",
"has_tax": true,
"discount_type": null,
"discount": null,
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:44.000000Z"
},
{
"id": "c09b6094-5b0a-4c6a-b24c-4f4c42e83295",
"sku": "MM-0003",
"name": "3 In 1 Play Mat - Pet's Party",
"description": "3-in-1 play mat with a pet party theme.",
"price": 5,
"price_without_tax": 5,
"tax": "0.00",
"has_tax": true,
"discount_type": "percentage",
"discount": "20.00",
"status": true,
"type": "physical_product",
"stock_type": "limited",
"stock_value": 0,
"branch_id": null,
"modifier_groups": [],
"created_at": "2026-02-27T02:24:33.000000Z",
"updated_at": "2026-02-27T02:34:45.000000Z"
}
],
"links": {
"first": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=1",
"last": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=19",
"prev": null,
"next": "https://ecommerce.jelou.ai/api/v1/apps/{app_id}/products?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 19,
"per_page": 15,
"to": 15,
"total": 276
}
}
{app_id} with your store ID and <API_KEY> with the token provided by Jelou.Was this page helpful?