================================================================================
REQUEST LOG: req_BhHAl8hBVrrW
================================================================================

[2026-06-11 19:57:08.738644] REQUEST END
    Status: 200
    Response Time: 37.96ms
    Response: {
    "success": true,
    "message": "Product updated successfully",
    "data": {
        "id": 90,
        "category_id": "6",
        "name": "Chocolate",
        "slug": "chocolate",
        "description": "Scoop Ice Cream",
        "base_price": "0.00",
        "scoop_price": null,
        "image": null,
        "max_scoops": 6,
        "is_active": true,
        "requires_production": true,
        "created_at": "2026-02-07T18:35:17.000000Z",
        "updated_at": "2026-02-13T17:14:35.000000Z",
        "deleted_at": null,
        "tenant_id": "1",
        "image_url": null,
        "option_sets": [
            {
                "id": 2,
                "name": "Scoop Ice Cream",
                "type": "size",
                "is_required": true,
                "min_select": 1,
                "max_select": 1,
                "is_active": true,
                "created_at": "2025-12-24T10:51:07.000000Z",
                "updated_at": "2026-02-12T13:34:01.000000Z",
                "deleted_at": null,
                "tenant_id": "1",
                "pivot": {
                    "product_id": "90",
                    "option_set_id": "2",
                    "created_at": "2026-02-07T18:35:17.000000Z",
                    "updated_at": "2026-02-07T18:35:17.000000Z"
                }
            }
        ],
        "inner_option_sets": [
            {
                "id": 1,
                "name": "Toppings",
                "type": "topping",
                "is_active": true,
                "created_at": "2025-12-23T20:09:15.000000Z",
                "updated_at": "2025-12-23T20:09:15.000000Z",
                "deleted_at": null,
                "tenant_id": "1",
                "min_select": 0,
                "max_select": 10,
                "is_required": false,
                "max_selections": 10,
                "pivot": {
                    "product_id": "90",
                    "inner_option_set_id": "1",
                    "created_at": "2026-02-07T18:35:18.000000Z",
                    "updated_at": "2026-02-07T18:35:18.000000Z"
                }
            },
            {
                "id": 3,
                "name": "Syrup Toppings",
                "type": "topping",
                "is_active": true,
                "created_at": "2026-02-10T17:26:58.000000Z",
                "updated_at": "2026-02-10T17:26:58.000000Z",
                "deleted_at": null,
                "tenant_id": "1",
                "min_select": 0,
                "max_select": 10,
                "is_required": false,
                "max_selections": 10,
                "pivot": {
                    "product_id": "90",
                    "inner_option_set_id": "3",
                    "created_at": "2026-02-12T13:40:32.000000Z",
                    "updated_at": "2026-02-12T13:40:32.000000Z"
                }
            }
        ],
        "category": {
            "id": 6,
            "name": "Softee Ice Cream",
            "slug": "softee-ice-cream",
            "description": "Pure, Creamy Happiness!",
            "image": null,
            "is_active": true,
            "sort_order": 1,
            "created_at": "2025-12-13T20:12:27.000000Z",
            "updated_at": "2025-12-13T20:12:27.000000Z",
            "deleted_at": null,
            "tenant_id": "1"
        }
    },
    "meta": {
        "request_id": "req_BhHAl8hBVrrW",
        "timestamp": "2026-06-11T19:57:08+00:00"
    }
}

================================================================================