Example 3
This example demonstrates the response structure for a Products list request.
Response Structure
{
"current_page": 1,
"data": [
{
"id": 3,
"deleted_at": null,
"product_name": "iPhone 15 Pro",
"sku": "ELE-APL-IP15P-001",
"short_description": "Premium titanium iPhone with A17 Pro chip and advanced camera system.",
"full_description": "The iPhone 15 Pro is a premium flagship smartphone designed and manufactured by Apple Inc\r\n. It features a titanium frame for improved durability and reduced weight, a Super Retina XDR OLED display, and the A17 Pro chip for high-performance computing and console-level mobile gaming.\r\n\r\nThe device includes a triple-camera system with advanced computational photography, enhanced low-light performance, and cinematic video recording capabilities. It supports USB-C charging, 5G connectivity, Face ID, and water resistance rated IP68. Built for both productivity and creative workflows, it integrates seamlessly with the Apple ecosystem.",
"price": "999.00",
"tax_rate": 20,
"stock_quantity": 18200,
"last_updated": "2026-03-10 16:23:00",
"product_category_id": 156,
"is_active": "Yes",
"rating_score": "4.5",
"popularity_index": 98,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
},
{
"id": 2,
"deleted_at": null,
"product_name": "OakCraft Nordic Wooden Coffee Table",
"sku": "HMF-OCNCT-450",
"short_description": "Solid oak minimalist coffee table with storage shelf.",
"full_description": "A handcrafted Scandinavian-style coffee table made from solid oak wood. Finished with a matte natural coating to preserve grain texture while offering resistance to stains and scratches. Designed for modern living rooms with minimalist aesthetics. Includes under-shelf storage for books and décor items.",
"price": "249.00",
"tax_rate": 20,
"stock_quantity": 1740,
"last_updated": "2026-01-05 06:14:00",
"product_category_id": 158,
"is_active": "Yes",
"rating_score": "3.0",
"popularity_index": 82,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
},
{
"id": 1,
"deleted_at": null,
"product_name": "AeroCool Linen Summer Shirt",
"sku": "FMS-ACLS-001",
"short_description": "Breathable slim-fit summer linen shirt for men.",
"full_description": "A lightweight breathable linen shirt designed for hot summer days. Made from a linen-cotton blend that enhances airflow and reduces sweat retention. Tailored slim-fit design suitable for casual wear, beach outings, or smart-casual occasions. Features reinforced stitching and coconut-shell buttons for a premium finish.",
"price": "39.99",
"tax_rate": 20,
"stock_quantity": 3850,
"last_updated": "2026-02-10 13:42:00",
"product_category_id": 157,
"is_active": "Yes",
"rating_score": "1.5",
"popularity_index": 87,
"is_current_owner": 1,
"is_current_author": 1,
"is_current_group": 0
}
],
"first_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/products?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/products?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/products?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": null,
"label": "Next »",
"page": null,
"active": false
}
],
"next_page_url": null,
"path": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/products",
"per_page": 100,
"prev_page_url": null,
"to": 3,
"total": 3
}
Fields
| Field | Type |
|---|---|
product_name |
Varchar |
sku |
Varchar |
short_description |
Text Area |
full_description |
Text Area |
price |
Decimal |
tax_rate |
Float |
stock_quantity |
Integer |
last_updated |
Date Time |
category |
Select |
is_active |
Checkbox |
rating_score |
Calculated |
popularity_index |
Double |