Documentation Index
Fetch the complete documentation index at: https://docs.saletides.com/llms.txt
Use this file to discover all available pages before exploring further.
What are WooCommerce webhooks?
Webhooks are real-time HTTP notifications that WooCommerce sends to SaleTides whenever something changes on your store — a new order, an updated customer, a product change, etc. Without webhooks, SaleTides would only have data from the time of the last import. Webhooks keep your analytics current in near real-time.How webhooks are set up
When you first connect your WooCommerce store, SaleTides automatically registers all required webhooks through the WooCommerce API. You don’t need to configure anything manually. Webhooks registered include:order.createdorder.updatedorder.deletedcustomer.createdcustomer.updatedproduct.createdproduct.updatedproduct.deletedcoupon.createdcoupon.updatedsubscription.created(if WooCommerce Subscriptions is active)subscription.updated
Verifying webhook status
- Log in to your WordPress dashboard
- Navigate to WooCommerce → Settings → Advanced → Webhooks
- You should see webhooks with SaleTides in the name and status Active
Troubleshooting inactive webhooks
If webhooks show as Inactive or Disabled:Common causes
- API key permissions changed — the WooCommerce API keys used by SaleTides may have been revoked or had their permissions reduced
- WordPress security plugin blocked — some security plugins (Wordfence, etc.) may block outgoing webhook requests
- Hosting firewall rules — some managed hosts block outgoing POST requests to external URLs
- WooCommerce update — major WooCommerce updates occasionally reset webhook configurations
How to fix
- Go to Settings → Store Settings in SaleTides
- Click Reconnect Store to re-authorize and re-register webhooks
- Check your WordPress admin after a few minutes — the webhooks should show as Active again
saletides.com are not blocked.
Webhook security
All webhook endpoints require a valid tenant identifier. Requests without a valid identifier are rejected. SaleTides also verifies webhook signatures where supported by WooCommerce.Impact of missing webhooks
If webhooks stop working, SaleTides will still have all historically imported data. However, new orders, customers, and product changes will not appear in your dashboard until:- A manual import is run, or
- Webhooks are restored