================================================================================
REQUEST LOG: req_ihFYo8a0GCnT
================================================================================

[2025-12-31 09:22:25.405885] REQUEST END
    Status: 200
    Response Time: 8.16ms
    Response: {
    "success": true,
    "message": "Branch products retrieved successfully",
    "data": [
        {
            "id": 4,
            "category_id": 1,
            "name": "vaniila",
            "slug": "vaniila",
            "description": "test",
            "base_price": "20.00",
            "image": "products/6952c97a02135_1767033210.png",
            "max_scoops": 4,
            "is_active": true,
            "created_at": "2025-12-29T18:33:28.000000Z",
            "updated_at": "2025-12-29T18:33:30.000000Z",
            "deleted_at": null,
            "scoop_price": "19.98",
            "scoop_capacity": null,
            "has_inner_options": 0,
            "price_per_scoop": null,
            "metadata": null,
            "available_scoops": 0,
            "has_stock": false,
            "image_url": "http://127.0.0.1:8000/storage/products/6952c97a02135_1767033210.png",
            "category": {
                "id": 1,
                "name": "Ice Cream Containers",
                "slug": "ice-cream-containers",
                "description": "Pre-portioned ice cream serving sizes",
                "image": null,
                "is_active": true,
                "sort_order": 0,
                "created_at": "2025-12-27T10:44:21.000000Z",
                "updated_at": "2025-12-27T10:44:21.000000Z",
                "deleted_at": null
            },
            "option_sets": [],
            "inner_option_sets": [],
            "branch_products": [
                {
                    "id": 1,
                    "branch_id": 1,
                    "product_id": 4,
                    "is_available": true,
                    "custom_price": null,
                    "created_at": "2025-12-29T18:33:28.000000Z",
                    "updated_at": "2025-12-29T18:33:28.000000Z"
                }
            ]
        }
    ],
    "meta": {
        "request_id": "req_ihFYo8a0GCnT",
        "timestamp": "2025-12-31T09:22:25+00:00"
    }
}

================================================================================