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

2. Webhooks integration

Webhooks#

Thunder's Webhooks allow you to send automatically your products data and your sales data like:
Products Create/Update.
Orders Create, Update/ Refuned.
We Process these data and the give the purchases credits depend on Thunder's Attributions To display them through Thunder.

Thunder Security#

Thunder secures it's Webhooks by using headears, We did not receive data through our Webhooks without the headears signature which we provide to our users.
thunder-webhook-security-dark.png

List of Thunder Schemas#

NameDecription
OrderThe Orders Payload schema through it's Webhook
ProductThe Product schema through the Orders Webhook
CustomerThe Customer schema through the Orders Webhook
ProductsThe Products Payload schema through it's Webhook

List of Thunder Webhooks Events#

Orders#

NameDescription
order.createThis triggers When an order created on your website with orders details
order.updateThis triggers When an order updated or shipped
order.refundedThis triggers When an order Refunded and it's money returned

Products#

NameDescription
product.createThis triggers to add your products to Thunder to calculate it's purcahses and it's sources
product.updateThis triggers to update your added products with it's data
Modified at 2025-12-21 01:17:42
Previous
1. Script integration
Next
Orders Webhook
Built with