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

Products Webhook

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

Request

Body Params application/jsonRequired

Example
{
    "event": "product.create",
    "id": "string",
    "name": "string",
    "thumbnail": "string",
    "total": "string",
    "subTotal": "string",
    "tax": "string"
}

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-12-09 00:51:19
Previous
Orders Webhook
Built with