Integration

Connecting WooCommerce to WhatsApp

Use the WooCommerce REST API to pull orders and keep customers updated automatically.

Last updated:
Create a free accountAll integrations
Short answer

WooCommerce has a REST API with a consumer key and secret. Your flow uses it to pull orders and their status, and a webhook lets WordPress report when an order changes status. That's how you send shipping updates without fiddling with plugins.

What this automates for you

  • Look up order status by order number or email address
  • Send a shipping update on a status change
  • Log return requests as a note on the order
  • Resend an invoice or a payment link

How to set up the integration

  1. 1In WooCommerce, generate a read-only key under Settings → Advanced → REST API.
  2. 2Set the key and secret as a basic-auth header in your HTTP block.
  3. 3GET /wp-json/wc/v3/orders?search={{orderNumber}} to find the order.
  4. 4Add a webhook on “order updated” for proactive messages.
Every integration runs through the HTTP block, which is part of the €50 per month subscription. You don't need a separate connector license.

Flows that use this integration

Frequently asked questions

Is this integration a ready-made app, or do I build it myself?

You build it yourself in the HTTP block: fill in the URL, headers, and fields. That usually takes about fifteen minutes. The upside is that you decide exactly which data gets exchanged.

Do integrations cost extra?

No. HTTP and API integrations are part of the €50 per month subscription, no matter how many systems you connect.

What if WooCommerce has no suitable API endpoint?

Then you use Make, Zapier, or n8n as a middle layer. Your flow talks to a single webhook, and the middle layer talks to everything else.

Read more
Order status & trackingAbandoned cartE-commerceAll integrationsPricing

Build your first WhatsApp flow today

Creating an account is free: you can start building and testing flows right away. Going live takes a completed Meta onboarding and an active subscription at €50 per month.

Create a free accountAsk a question