Thunder
  1. Webhooks
Thunder
  • Custom stores integration
    • 1. Script integration
    • 2. Webhooks integration
    • Webhooks
      • Orders Webhook
        POST
      • Products Webhook
        POST
      • Users Webhook
        POST
    • webhook example
      POST
  1. Webhooks

Orders Webhook

Developing
POST
https://trythunder.app/api/custom/webhook/order

Request

Body Params application/jsonRequired

Example
{
    "event": "Lorem ea sed Duis",
    "id": "74",
    "total": 80684843.9464854,
    "subTotal": 67023870,
    "discount": 23058932,
    "shippingCost": 66936484,
    "cashOnDelivery": 87367288,
    "tax": 48331631,
    "currency": "AZN",
    "city": "Elnoraworth",
    "country": "Republic of Korea",
    "createdAt": "2025-12-07T17:28:11.626Z",
    "payementStatus": "ex ut",
    "ipAddress": "16.145.46.124",
    "customer": {
        "id": "88",
        "name": "Abraham Hansen",
        "email": "Kenyatta85@hotmail.com",
        "mobileCode": "100",
        "mobileNumber": "48",
        "gender": "male"
    },
    "items": [
        {
            "id": "50",
            "name": "Deborah Gorczany",
            "quantity": 87,
            "total": 1974908,
            "subTotal": 45705234,
            "tax": -86699220,
            "discount": -61380038
        }
    ]
}

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-12-07 22:42:15
Previous
2. Webhooks integration
Next
Products Webhook
Built with