530

api-log
User-
Device Ip49.36.107.99
Request Method
GET
Endpoint
https://dev.stockflow.me/api/v1/search?lang=ar&lang=e&page=1&per_page=10&q=&category_id=6&is_featured=0&best_selling=0&latest=1&user_id=
Request Headers
{
    "user-agent": [
        "PostmanRuntime/7.51.0"
    ],
    "accept": [
        "*/*"
    ],
    "postman-token": [
        "ab376e1f-4341-42aa-86aa-5dadd8196acf"
    ],
    "host": [
        "dev.stockflow.me"
    ],
    "accept-encoding": [
        "gzip, deflate, br"
    ],
    "connection": [
        "keep-alive"
    ]
}
Request Body
{
    "lang": "e",
    "page": "1",
    "per_page": "10",
    "q": "",
    "category_id": "6",
    "is_featured": "0",
    "best_selling": "0",
    "latest": "1",
    "user_id": ""
}
Response Body
{
    "success": true,
    "status": 200,
    "message": "",
    "data": {
        "subscriptions": [
            {
                "subscription_id": 1,
                "name": "Premium",
                "content": "<p>Only 10 users can use this subscription.</p>\r\n",
                "description": null,
                "final_price": "1000.000",
                "validity": null
            }
        ],
        "featured_products": [
            {
                "product_id": 10,
                "name": "Camille Vargas",
                "sku": "Autem perferendis quia eveniet minim ut ut voluptatem et et et Nam",
                "short_description": "Est ad Nam voluptatem beatae nostrud eligendi deserunt quaerat quae quaerat",
                "final_price": "959.00",
                "regular_price": "890.00",
                "remaining_quantity": 562,
                "is_best_seller": 0,
                "is_featured": 1,
                "created_at": "2025-11-02 13:53:56",
                "image": null
            },
            {
                "product_id": 1,
                "name": "shirt",
                "sku": "0001",
                "short_description": "A soft, breathable jersey which is an excellent choice for the warmest day. It will mix great with any pair of jeans or pants.",
                "final_price": "1000.00",
                "regular_price": "1000.00",
                "remaining_quantity": 5,
                "is_best_seller": 0,
                "is_featured": 1,
                "created_at": "2025-10-20 14:19:30",
                "image": "https://dev.stockflow.me/uploads/product_68f5f79a4f4fa.png"
            }
        ],
        "products": {
            "list": [],
            "total": 0,
            "page": 1,
            "per_page": 10,
            "total_pages": 0
        }
    }
}
Response Status200
Created At2025-12-24 14:51:38