Incendium server debug Clear log
WooCommerce webhooks
{
    "woocommerce_active": true,
    "stored_webhook_ids": [
        49,
        50
    ],
    "webhook_count": 2,
    "webhooks": [
        {
            "id": 49,
            "name": "Incendium Order Created Tracking",
            "topic": "order.created",
            "status": "active",
            "delivery_url": "https:\/\/api.staging.incendium.ai\/v1\/webhook\/projects\/mSfo8y351\/woocommerce",
            "user": {
                "id": 1,
                "login": "user",
                "display_name": "user",
                "email": "user@example.com",
                "roles": [
                    "administrator"
                ],
                "caps": {
                    "manage_options": true,
                    "manage_woocommerce": true,
                    "read_shop_orders": false
                }
            }
        },
        {
            "id": 50,
            "name": "Incendium Order Updated Tracking",
            "topic": "order.updated",
            "status": "active",
            "delivery_url": "https:\/\/api.staging.incendium.ai\/v1\/webhook\/projects\/mSfo8y351\/woocommerce",
            "user": {
                "id": 1,
                "login": "user",
                "display_name": "user",
                "email": "user@example.com",
                "roles": [
                    "administrator"
                ],
                "caps": {
                    "manage_options": true,
                    "manage_woocommerce": true,
                    "read_shop_orders": false
                }
            }
        }
    ]
}

Debug is on (cookie set). Add to cart — the log appears here after the page reloads. The ?incendium_wc_debug=1 query param is only needed once to enable the cookie.