Tjar
  1. Products
Tjar
  • Orders
    • List Orders
      GET
    • Get Order Details
      GET
    • Create Order
      POST
    • Change Order Status
      POST
    • Edit Order
      POST
  • Products
    • Products
      GET
    • Get Product Details
      GET
    • Create Product
      POST
  1. Products

Products

Developing
GET
/products
Last modified:2026-02-22 01:47:55
Retrieve a list of all products.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/products?page=2&per_page=5&search=prod&sku=SKU120192112&is_published=1&tag_ids[]=1&brand_ids[]=1&category_ids[]=5&min_price=10&max_price=1000&date_from=2025-05-15&date_to=2026-05-15' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}'
Response Response Example
{
    "status": "success",
    "message": "Products retrieved successfully",
    "data": {
        "products": [
            {
                "id": 137,
                "identifier": 137,
                "name": {
                    "ar": "Produk Test Sajo",
                    "en": "Produk Test Sajo"
                },
                "summary": {
                    "ar": "Test Sajo: Produk berkualitas, harga terjangkau. Beli sekarang!",
                    "en": "Produk Test Sajo"
                },
                "description": {
                    "ar": "<h2>فقط! 1 العناصر المتبقية</h2><p></p><p><strong>Discover the power of Produk Test Sajo, the revolutionary [product category] designed to [solve a specific problem] and elevate your [area of life/work].</strong></p><p><strong>Are you struggling with [common pain point 1]? Do you wish you could achieve [desired outcome 1] with ease?</strong> Produk Test Sajo is here to transform your experience. Engineered with [mention a key feature or technology], this innovative product delivers unparalleled [key benefit 1] and [key benefit 2], making it the go-to choice for [target audience].</p><p><strong>Key Features & Benefits:</strong></p><p></p><ul><li>  <strong>[Feature 1]:</strong> Experience [benefit of feature 1] for [specific result].</li>\r\n<li>  <strong>[Feature 2]:</strong> Enjoy [benefit of feature 2] thanks to its [description of feature 2].</li>\r\n<li>  <strong>[Feature 3]:</strong> Achieve [benefit of feature 3] with our [description of feature 3].</li>\r\n<li>  <strong>[Feature 4 - if applicable]:</strong> [Benefit of feature 4] for enhanced [aspect].</li>\r\n<li>  <strong>[Feature 5 - if applicable]:</strong> [Benefit of feature 5] for ultimate [convenience/efficiency].</li><p></p><p><strong>Why Choose Produk Test Sajo?</strong></p><p>Unlike other [competitor product category] on the market, Produk Test Sajo offers a unique blend of [unique selling proposition 1] and [unique selling proposition 2]. Our commitment to [quality/innovation/customer satisfaction] ensures you receive a product that not only meets but exceeds your expectations.</p><p><strong>Perfect for:</strong></p><p></p><li>  [Target audience 1]</li>\r\n<li>  [Target audience 2]</li>\r\n<li>  [Target audience 3]</li>\r\n<li>  Anyone seeking to [achieve a specific goal related to the product].</li></ul><p></p><p><strong>Don't miss out on the opportunity to [transform your experience/achieve your goals].</strong></p><p><strong>Order your Produk Test Sajo today and unlock a new level of [positive outcome]!</strong></p><p><strong>Keywords:</strong> Produk Test Sajo, [product category], [key benefit 1], [key benefit 2], [specific problem solved], [target audience], [related keyword 1], [related keyword 2], [related keyword 3], [related keyword 4], [related keyword 5].</p>",
                    "en": "<h2>Produk Test Sajo: Your Ultimate Solution for [Key Benefit 1] & [Key Benefit 2]</h2><div>Discover the power of Produk Test Sajo, the revolutionary [product category] designed to [solve a specific problem] and elevate your [area of life/work].</div><div><br></div><div>Are you struggling with [common pain point 1]? Do you wish you could achieve [desired outcome 1] with ease? Produk Test Sajo is here to transform your experience. Engineered with [mention a key feature or technology], this innovative product delivers unparalleled [key benefit 1] and [key benefit 2], making it the go-to choice for [target audience].</div><div><br></div><div>Key Features & Benefits:</div><div><br></div><div>[Feature 1]: Experience [benefit of feature 1] for [specific result].</div><div>[Feature 2]: Enjoy [benefit of feature 2] thanks to its [description of feature 2].</div><div>[Feature 3]: Achieve [benefit of feature 3] with our [description of feature 3].</div><div>[Feature 4 - if applicable]: [Benefit of feature 4] for enhanced [aspect].</div><div>[Feature 5 - if applicable]: [Benefit of feature 5] for ultimate [convenience/efficiency].</div><div>Why Choose Produk Test Sajo?</div><div><br></div><div>Unlike other [competitor product category] on the market, Produk Test Sajo offers a unique blend of [unique selling proposition 1] and [unique selling proposition 2]. Our commitment to [quality/innovation/customer satisfaction] ensures you receive a product that not only meets but exceeds your expectations.</div><div><br></div><div>Perfect for:</div><div><br></div><div>[Target audience 1]</div><div>[Target audience 2]</div><div>[Target audience 3]</div><div>Anyone seeking to [achieve a specific goal related to the product].</div><div>Don't miss out on the opportunity to [transform your experience/achieve your goals].</div><div><br></div><div>Order your Produk Test Sajo today and unlock a new level of [positive outcome]!</div><div><br></div><div>Keywords: Produk Test Sajo, [product category], [key benefit 1], [key benefit 2], [specific problem solved], [target audience], [related keyword 1], [related keyword 2], [related keyword 3], [related keyword 4], [related keyword 5].</div>"
                },
                "type": "مادي",
                "price": 0,
                "sale_price": 2,
                "is_refundable": false,
                "min_purchase": 1,
                "max_purchase": null,
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/0d074480-2a2e-47bb-b664-4ca961be6beb1758544347.jpg",
                "sku": null,
                "ratings": null,
                "created_at": "2025-11-11 07:26:35",
                "updated_at": "2025-11-21 06:25:20",
                "brand": null,
                "tags": [],
                "categories": []
            },
            {
                "id": 134,
                "identifier": 134,
                "name": {
                    "ar": "Digital Product Options",
                    "en": "Digital Product Options"
                },
                "summary": {
                    "ar": "Digital Product Options",
                    "en": "Digital Product Options"
                },
                "description": {
                    "ar": "<p>Digital Product Options</p>",
                    "en": "<p>Digital Product Options</p>"
                },
                "type": "رقمي",
                "price": 10,
                "sale_price": 5,
                "is_refundable": true,
                "min_purchase": 1,
                "max_purchase": null,
                "image": "http://b56tf.store.test/assets/img/no-image.jpg",
                "sku": null,
                "ratings": null,
                "created_at": "2025-09-29 12:29:44",
                "updated_at": "2025-11-12 06:18:04",
                "brand": null,
                "tags": [],
                "categories": []
            },
            {
                "id": 136,
                "identifier": 136,
                "name": {
                    "ar": "Product Booking ok",
                    "en": "Product Booking"
                },
                "summary": {
                    "ar": "Product Booking ok",
                    "en": "Product Booking"
                },
                "description": {
                    "ar": "<p>Product Booking ok</p>",
                    "en": "<p>Product Booking</p>"
                },
                "type": "حجز",
                "price": 0,
                "sale_price": 10,
                "is_refundable": false,
                "min_purchase": 1,
                "max_purchase": null,
                "image": "http://b56tf.store.test/assets/img/no-image.jpg",
                "sku": null,
                "ratings": null,
                "created_at": "2025-11-05 04:51:21",
                "updated_at": "2025-11-05 04:51:36",
                "brand": null,
                "tags": [],
                "categories": [
                    {
                        "id": 1,
                        "name": {
                            "ar": "Elektronik",
                            "en": "Elektronik"
                        },
                        "description": {
                            "ar": "Elektronik",
                            "en": "Elektronik"
                        },
                        "image": "http://b56tf.store.test/assets/img/no-image.jpg"
                    }
                ]
            },
            {
                "id": 128,
                "identifier": 128,
                "name": {
                    "ar": "خدمة تطوير المواقع",
                    "en": "Web Development Service"
                },
                "summary": {
                    "ar": "خدمة تطوير المواقع الإلكترونية المتخصصة",
                    "en": "Professional web development service"
                },
                "description": {
                    "ar": "وصف تفصيلي لخدمة تطوير المواقع الإلكترونية باللغة العربية مع جميع التفاصيل التقنية والمميزات",
                    "en": "Detailed description of web development service in English with all technical details and features"
                },
                "type": "خدمة",
                "price": 10,
                "sale_price": 10,
                "is_refundable": true,
                "min_purchase": 1,
                "max_purchase": null,
                "image": "http://b56tf.store.test/assets/img/no-image.jpg",
                "sku": null,
                "ratings": null,
                "created_at": "2025-09-03 15:12:29",
                "updated_at": "2025-11-05 04:42:46",
                "brand": {
                    "id": 2,
                    "title": "",
                    "name": {
                        "ar": "Brand B",
                        "en": "Brand B"
                    },
                    "description": {
                        "ar": "Brand A",
                        "en": "Brand A"
                    },
                    "logo": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/download1748277198.jpg",
                    "banner": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/download1748277198.jpg"
                },
                "tags": [
                    {
                        "id": 239,
                        "tag_name": "web development"
                    },
                    {
                        "id": 240,
                        "tag_name": "custom website"
                    },
                    {
                        "id": 241,
                        "tag_name": "responsive"
                    },
                    {
                        "id": 242,
                        "tag_name": "php"
                    },
                    {
                        "id": 243,
                        "tag_name": "mysql"
                    }
                ],
                "categories": [
                    {
                        "id": 2,
                        "name": {
                            "ar": "Pakaian",
                            "en": "Pakaian"
                        },
                        "description": {
                            "ar": "Pakaian",
                            "en": "Pakaian"
                        },
                        "image": "http://b56tf.store.test/assets/img/no-image.jpg"
                    }
                ]
            },
            {
                "id": 93,
                "identifier": 93,
                "name": {
                    "ar": "Digital Test Stock",
                    "en": "Digital Test Stock"
                },
                "summary": {
                    "ar": "Digital Test Stock",
                    "en": "Digital Test Stock"
                },
                "description": {
                    "ar": "",
                    "en": ""
                },
                "type": "رقمي",
                "price": 0,
                "sale_price": 3,
                "is_refundable": true,
                "min_purchase": 1,
                "max_purchase": null,
                "image": "http://b56tf.store.test/assets/tenant/uploads/media-uploader/b56tf/manutd1746199264.jpg",
                "sku": null,
                "ratings": null,
                "created_at": "2025-05-28 06:12:24",
                "updated_at": "2025-10-03 02:30:17",
                "brand": null,
                "tags": [],
                "categories": [
                    {
                        "id": 2,
                        "name": {
                            "ar": "Pakaian",
                            "en": "Pakaian"
                        },
                        "description": {
                            "ar": "Pakaian",
                            "en": "Pakaian"
                        },
                        "image": "http://b56tf.store.test/assets/img/no-image.jpg"
                    }
                ]
            }
        ],
        "pagination": {
            "total": 22,
            "current_page": 1,
            "last_page": 5,
            "per_page": 5,
            "next_page_url": "http://b56tf.store.test/api/core/v1/products?page=2",
            "prev_page_url": null
        }
    }
}
Modified at 2026-02-22 01:47:55
Previous
Products
Next
Get Product Details
Built with