Resources · Make integration

WooCommerce Make integrationAutomate WooCommerce with Make.

Your shop already records everything; nothing acts on it. The WooCommerce Make integration gives you 56 modules, the bricks you drop into an automation, to watch orders, create coupons and edit products. This page covers the setup, a worked example and every module.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the WooCommerce Make integration actually change?

It is the bridge between your shop and about everything else you run. Make reaches WooCommerce through the REST API, using a key you generate in the shop itself, then hands you 56 ready modules: 5 triggers that watch for new orders, customers, coupons or products, 38 actions that write back, and 13 searches that look things up.

Three shapes come up again and again. Order follow-up first: Watch Orders picks up the sale, Create an Order Note stamps what the automation did, and the accounting or logistics tool receives the same data without anyone retyping it.

Catalog upkeep is the second. Search for a Product answers whether a reference already exists, Create Products (Batch) and Update Products (Batch) push a supplier file into the shop, and the attribute modules stop sizes and colors from multiplying under three spellings. Customer work is the third: Watch Customers opens the sequence, Create a Coupon issues the welcome code, Update a Customer keeps one clean record instead of two.

What Make will not do is invent what WooCommerce does not expose. The modules cover coupons, customers, orders, order notes, products, attributes, terms, categories and variations, and the documentation describes nothing beyond that. Update an Order Status is the one module carrying a condition: the Order Status Manager plugin has to be installed on the shop.

The same shop can run on the other big automation tool, and both pages live here. Read the WooCommerce n8n integration for the self-hosted route, or the n8n vs Make comparison to decide between them. To learn the editor properly rather than by trial and error, there is the Make training.

Connect

How do you connect your shop to Make?

  1. 01

    Generate the keys in WooCommerce

    In WordPress, open WooCommerce > Settings > Advanced, go to the REST API tab and click Add Key. Describe what the key is for, choose Read/Write in the permissions list, click Generate API Key, then copy the two values the screen shows you.

  2. 02

    Open the connection in Make

    Add a WooCommerce module to your scenario and click Create a connection. A connection is your shop linked to Make once, then reused by every WooCommerce module you add later. If the module carries the instant tag, click Create a webhook first, the address your shop calls to reach Make.

  3. 03

    Paste the keys and the shop address

    Name the connection in the Connection name field if you want one, fill Consumer Key and Consumer Secret with the values you copied, put the address of your shop in Eshop URL including HTTPS, then click Save.

First scenario

Your first scenario: a note on every new order

GoalWhen a new order lands in WooCommerce, Make writes a note on it.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the plus sign to add the first module. A scenario is the chain of modules you are assembling, and the first one is what sets it off.

  2. 02

    Add Watch Orders

    Search WooCommerce by name, pick Watch Orders, then click Create a connection to link your shop. That connection is reused by every WooCommerce module you add after this one.

  3. 03

    Fill the trigger

    Fill the fields the module shows. Once the connection exists, Make can read your shop and offer what it finds there, instead of asking you to type values from memory.

  4. 04

    Add Create an Order Note

    Click the plus on the right of the trigger and add Create an Order Note. Map the data arriving from the order so the note lands on that order and not on another one.

  5. 05

    Test with Run once

    Click Run once. The scenario executes a single time and each module shows the bundles it received, a bundle being one item travelling from one module to the next.

  6. 06

    Schedule it and switch it on

    Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. From there it runs on its own and you only come back to read the history.

Triggers

What sets a WooCommerce scenario off

5 modules start a scenario when something happens in WooCommerce. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by WooCommerce as soon as it happens.

WooCommerce1New Event

New Event

Instant trigger

In MakeTriggers when an order, customer, coupon or product is created, updated or deleted.

New Event is the single trigger that covers the whole shop. It reacts to an order, a customer, a coupon or a product, whether the item was created, updated or deleted, so one module feeds a scenario that answers any kind of change.

How it fires
instant, the app calls Make through a webhook as soon as it happens, and the module wears the lightning badge in the editor.
When to use it
a shop where someone edits stock or refunds an order by hand, and the rest of your tools have to hear about it straight away.
Watch out
a module tagged instant asks for Create a webhook before Create a connection, which surprises people the first time.
WooCommerce2Watch Coupons

Watch Coupons

Scheduled trigger

In MakeTriggers when a new coupon is created.

Watch Coupons catches each new coupon created in the shop and starts the scenario with it. Marketing writes the codes in WooCommerce, the automation takes over from there.

How it fires
scheduled, Make checks the app on the scenario's schedule, so a coupon shows up on the next check rather than the second it was saved.
When to use it
a campaign where every new code has to reach the newsletter tool and the sales team without a copy and paste.
WooCommerce3Watch Customers

Watch Customers

Scheduled trigger

In MakeTriggers when a new customer is created.

A new customer account appears in the shop, and Watch Customers turns it into the starting point of your scenario. One account in, one bundle out.

How it fires
scheduled, Make checks the app on the scenario's schedule, which suits onboarding work that has no reason to be immediate.
When to use it
a welcome sequence, a discount on the first order, or a line added to the customer list your sales team actually reads.
WooCommerce4Watch Orders

Watch Orders

Scheduled trigger

In MakeTriggers when a new order is created.

Watch Orders brings every new order into Make so the scenario can work on it. Most shops start here, because the order is what the rest of the operation hangs on.

How it fires
scheduled, Make checks the app on the scenario's schedule, so choose an interval that matches the pace at which orders come in.
When to use it
accounting, fulfillment or a sales dashboard that has to see the order without a human moving it across.
WooCommerce5Watch Products

Watch Products

Scheduled trigger

In MakeTriggers when a new product is created.

Watch Products fires when a product is created in the catalog, which makes it the entry point for anything that has to follow a new reference: a listing elsewhere, a supplier sheet, a price to review.

How it fires
scheduled, Make checks the app on the scenario's schedule, and the trigger reports creations rather than later edits.
When to use it
a catalog that keeps growing and has to be mirrored in a marketplace or a spreadsheet.
Watch out
pair it with New Event when edits and deletions matter to you as much as creations.
Modules

Every WooCommerce module, and when to reach for it

WooCommerce gives you 51 modules in 10 groups. For each one: what it does for you, when to reach for it, and what to watch out for.

Coupons

5 modules
WooCommerce1

Search for a Coupon

Search

In MakeThis module helps you to find a coupon.

Search for a Coupon goes through the coupons of the shop and hands back what matches. Being a search, it can return nothing, one coupon or several, and every module placed after it runs once per result.

When to use it
before issuing a code, to check the shop does not already carry one for that campaign.
WooCommerce2

Get a Coupon

Action

In MakeThis module lets you retrieve a specified coupon by its ID.

Get a Coupon pulls one coupon back from its identifier, so the scenario works on the real record rather than on a value somebody typed into a field.

When to use it
right after a trigger or a search handed you the identifier, when the next module needs the whole coupon.
WooCommerce3

Create a Coupon

Action

In MakeThis module helps you to create a new coupon.

Create a Coupon adds a new code to the shop from inside the scenario. The discount your automation decided on exists in WooCommerce a second later, with nobody opening the admin.

When to use it
a signup, a loyalty milestone, an apology after a late delivery, any moment where a code goes out one customer at a time.
WooCommerce4

Update a Coupon

Action

In MakeThis module lets you modify a coupon.

Rather than piling up near-duplicate codes, Update a Coupon edits the one that already exists. The scenario points at it and changes what has to change.

When to use it
a campaign that gets extended, or a code that has to stop working earlier than planned.
WooCommerce5

Delete a Coupon

Action

In MakeThis module helps you to delete a specified coupon.

Delete a Coupon removes a code from the shop for good. It closes a campaign cleanly, and it is also the module that deserves the most care in this group.

When to use it
a code that leaked outside its audience, or a seasonal offer you want gone rather than simply expired.
Watch out
nothing here is reversible from Make, so try the branch with Run once on a coupon you would not mind losing.

Customers

5 modules
WooCommerce6

Search for a Customer

Search

In MakeThis module helps you to find a customer.

Search for a Customer digs through the customer list and returns the ones that match. Zero results is a perfectly normal answer, and your scenario should have a route for it.

When to use it
an incoming form or invoice, when you need to know whether that person is already a customer before anything gets created.
WooCommerce7

Get a Customer

Action

In MakeThis module lets you retrieve a specified customer by its ID.

Get a Customer fetches one customer record from its identifier. Useful when a trigger hands you an identifier and the following modules need everything else.

When to use it
a support scenario that has to know who is on the other side before it routes the message anywhere.
WooCommerce8

Create a Customer

Action

In MakeThis module helps you to create a new customer.

Create a Customer opens an account in the shop from data the scenario already holds, so a person who arrived through another channel ends up in WooCommerce like everyone else.

When to use it
a wholesale order taken over the phone, or a signup collected on a landing page that lives outside the shop.
WooCommerce9

Update a Customer

Action

In MakeThis module lets you modify a customer.

Update a Customer writes a change onto an existing record instead of creating a second one. The shop keeps a single customer, and the order history stays attached to it.

When to use it
an address correction sent by the customer, or a segment that has to follow whatever your CRM decided.
WooCommerce10

Delete a Customer

Action

In MakeThis module helps you to delete a specified customer.

Delete a Customer takes an account out of the shop. Scenarios built around a removal request or a data policy end on this module.

When to use it
a deletion request you have to honor, handled by the automation rather than by hand on a busy day.
Watch out
the record leaves for good, so place a search before it and confirm the identifier is the right one.

Orders

6 modules
WooCommerce11

Search for an Order

Search

In MakeThis module helps you to find an order.

Search for an Order goes through the orders of the shop and returns each one that matches. Several results mean the modules after it run several times, once per bundle, and each run counts one operation, the unit Make deducts from your plan.

When to use it
a reconciliation against the accounting tool, or a hunt for orders left in a given state.
WooCommerce12

Get an Order

Action

In MakeThis module lets you retrieve a specified order by its ID.

Get an Order retrieves a single order from its identifier, with whatever the shop holds on it at that moment.

When to use it
a payment tool that only hands you a reference, when the scenario needs the order sitting behind that reference.
WooCommerce13

Create an Order

Action

In MakeThis module helps you to create a new order.

Create an Order writes a new order into WooCommerce. The shop becomes the place where the sale is recorded even when it started somewhere else entirely.

When to use it
a marketplace, an order taken by phone, or a subscription tool that sells outside the shop while you keep one source of truth.
WooCommerce14

Update an Order

Action

In MakeThis module lets you modify an order.

Update an Order changes an order that already exists, which is what you want when the sale itself is fine but one detail moved.

When to use it
a shipping address corrected after checkout, or information from the carrier that belongs on the order rather than in someone's inbox.
WooCommerce15

Update an Order Status

Action

In MakeThis module lets you modify an order status. Order Status Manager plugin is required.

Update an Order Status moves an order from one state to the next, the step most fulfillment scenarios finish on.

When to use it
a tracking number coming back from the logistics tool, when the order should switch state without anybody clicking.
Watch out
the documentation is explicit, the Order Status Manager plugin has to be installed on the shop for this module to work.
WooCommerce16

Delete an Order

Action

In MakeThis module helps you to delete a specified order.

Delete an Order erases an order from the shop. Rare in a healthy shop, genuinely useful when tests or duplicates pollute the data.

When to use it
a staging shop you reset regularly, or an obvious duplicate caught by a search earlier in the scenario.
Watch out
accounting normally wants the record kept, so prefer a status change whenever there is any doubt.

Order Notes

4 modules
WooCommerce17

List Order Notes

Search

In MakeThis module helps you to get all the notes from an order.

List Order Notes returns the notes attached to one order, the fastest way to see what your team and your automations already wrote on it.

When to use it
a support scenario that reads the history before answering, or an export that keeps the internal comments with the order.
WooCommerce18

Get an Order Note

Action

In MakeThis module lets you retrieve a specified order note by its ID.

Get an Order Note brings back one note from its identifier, when the scenario knows exactly which one it needs rather than the whole list.

When to use it
a follow-up that quotes a comment left earlier, or a check that the expected note really exists before the scenario carries on.
WooCommerce19

Create an Order Note

Action

In MakeThis module helps you to create a new note for an order.

Create an Order Note writes a line on the order, visible to whoever opens it in WooCommerce. It turns a silent automation into something your team can read.

When to use it
stamping the order with what the scenario did, so support never wonders where a refund or a shipping label came from.
WooCommerce20

Delete an Order Note

Action

In MakeThis module helps you to delete a specified order note.

Delete an Order Note removes a comment from an order, usually one your own scenario wrote a moment earlier.

When to use it
a test run that left traces on a real order, or a note replaced by a clearer version.
Watch out
the comment goes for good and the order keeps no trace of it.

Products

8 modules
WooCommerce21

Search for a Product

Search

In MakeThis module helps you find a product.

Search for a Product scans the catalog and returns what matches. It answers the question every catalog scenario opens with: is this reference already in the shop?

When to use it
a supplier file arriving, when the scenario has to separate what is new from what only needs an update.
WooCommerce22

Get a Product

Action

In MakeThis module lets you retrieve a specified product by its ID.

Get a Product fetches one reference from its identifier, with the data the shop holds at that instant.

When to use it
a price or stock check in the middle of a scenario, before the next module decides what happens.
WooCommerce23

Create a Product

Action

In MakeThis module helps you to create a new product.

Create a Product adds one reference to the catalog. The scenario does the typing, and the shop gets a product that behaves like any other.

When to use it
a new item validated in a spreadsheet or in the tool where your team keeps product sheets, pushed to the shop without a trip through the admin.
WooCommerce24

Update a Product

Action

In MakeThis module lets you modify a product.

Update a Product edits a reference already in the catalog, which is how a scenario keeps prices and descriptions aligned with the source your team maintains.

When to use it
a supplier price list landing, or a description rewritten elsewhere that has to reach the shop the same day.
WooCommerce25

Delete a Product

Action

In MakeThis module helps you to delete a specified product.

Delete a Product takes a reference out of the catalog. Clean and immediate. Worth a second look all the same, because the scenario will keep doing it on every run, to whatever reference the previous module hands over.

When to use it
a discontinued item that should stop appearing on the shop front.
Watch out
test it with Run once on a reference created for the test, never on the live catalog.
WooCommerce26

Create Products (Batch)

Search

In MakeThis module helps you to batch create multiple products.

Create Products (Batch) sends several references to the shop in one go instead of one module run per line. Make hands back one bundle per product created, so whatever follows runs once for each of them.

When to use it
a catalog import, a season of new references, anything where a long list is already waiting in a file.
WooCommerce27

Update Products (Batch)

Search

In MakeThis module helps you to batch update multiple products.

Update Products (Batch) applies a wave of changes to several references at once, the counterpart of the batch create when the products are already in the shop.

When to use it
a price move across a whole range, or a supplier file where most lines only shift a value or two.
WooCommerce28

Delete Products (Batch)

Action

In MakeThis module helps you batch delete multiple products.

Delete Products (Batch) clears several references in a single run. It is the quickest cleanup in the list and the one with the least margin for error.

When to use it
an end of season, or a test catalog that has to go back to empty.
Watch out
a mistake here hits every product of the batch at once, so read the list the previous module produced before switching the scenario on.

Product Attributes

6 modules
WooCommerce29

List Product Attributes

Search

In MakeReturns list of product attributes.

List Product Attributes returns the characteristics your shop knows about: size, color, material, whatever your catalog happens to use.

When to use it
at the start of a catalog scenario, to work from the attributes that exist instead of guessing at their names.
WooCommerce30

Get a Product Attribute

Action

In MakeReturns a specific product attribute.

Get a Product Attribute returns a single characteristic, the one your scenario points at, with what the shop stores about it. It reads rather than changes anything.

When to use it
just before creating terms, to confirm the attribute exists and that the scenario is aiming at the right one.
WooCommerce31

Create a Product Attribute

Action

In MakeCreates a new product attribute.

Create a Product Attribute declares a new characteristic for the catalog. Nothing is filled under it yet: you are opening the column, not its values.

When to use it
a range arriving with a property the shop has never handled, a fabric or a voltage for instance.
WooCommerce32

Update a Product Attribute

Action

In MakeUpdates a specific product attribute.

Update a Product Attribute edits a characteristic already declared, without touching the products that use it.

When to use it
a naming convention that changed, or an attribute set up in a hurry that now has to match the rest of the catalog.
WooCommerce33

Delete a Product Attribute

Action

In MakeRemoves a specific product attribute and its terms.

Delete a Product Attribute removes a characteristic from the shop, and the documentation says its terms leave with it.

When to use it
a property nobody fills anymore, once you know no live product depends on it.
Watch out
the terms stored under the attribute disappear in the same move, which is a good deal more than the module name suggests.
WooCommerce34

Create Product Attributes (Batch)

Search

In MakeThis module helps you to batch create multiple attributes.

Create Product Attributes (Batch) declares several characteristics in one run and returns one bundle per attribute created, ready for the modules that come next.

When to use it
setting up a shop or a new category, when the whole attribute structure has to land at once.

Product Attribute Terms

6 modules
WooCommerce35

List Product Attribute Terms

Search

In MakeReturns list of product attribute terms.

List Product Attribute Terms gives you the values stored under one attribute: every color, every size the shop already knows.

When to use it
before adding a term, so the catalog does not end up with red, Red and rouge sitting next to each other.
WooCommerce36

Get a Product Attribute Term

Action

In MakeReturns a specific product attribute term.

Get a Product Attribute Term returns one value and its details, the narrow version of the list module above.

When to use it
a scenario that already knows which term it works on and has to read it before deciding anything else.
WooCommerce37

Create a Product Attribute Term

Action

In MakeCreates a new product attribute term.

Create a Product Attribute Term adds a value under an attribute, a new shade under Color for example, so products can use it right away.

When to use it
a supplier introducing a color or a size your shop has never sold before.
WooCommerce38

Update a Product Attribute Term

Action

In MakeUpdates a new product attribute term.

Update a Product Attribute Term rewrites a value that exists, which keeps the catalog readable when a label was wrong from the start.

When to use it
a typo spotted on the shop front, or a term renamed to match the wording used in your supplier files.
WooCommerce39

Delete a Product Attribute Term

Action

In MakeRemoves a specific product attribute term.

Delete a Product Attribute Term removes one value from an attribute while the attribute itself stays in place.

When to use it
a variation you stopped selling, cleared so nobody picks it again by accident.
Watch out
check what still uses the term before the scenario takes it away.
WooCommerce40

Create Product Attribute Terms (Batch)

Search

In MakeThis module helps you to batch create multiple attribute terms.

Create Product Attribute Terms (Batch) loads a whole set of values under an attribute in one run, with one bundle back per term.

When to use it
a size chart or a color range that has to exist in the shop before the products relying on it.

Product Categories

5 modules
WooCommerce41

Search Product Categories

Search

In MakeReturns a list of product categories.

Search Product Categories hands your scenario the category list of your shop, one category at a time. As a search module, it can come back with nothing, with one, or with a whole set.

When to use it
a nightly check that every category your product feed refers to really exists in the shop.
Watch out
each category that comes out runs the modules placed after it, so a long list means a longer run.
WooCommerce42

Get a Product Category

Action

In MakeReturns attributes for a specific product category.

When your scenario already knows which category it needs, Get a Product Category pulls that one and stops there. It brings back the details your shop keeps on it, ready to map into the next module.

When to use it
a stock report that has to show the category name next to every product line.
Watch out
one run covers one category, so reading through all of them takes a search in front.
WooCommerce43

Create a Product Category

Action

In MakeCreates a new product category.

Create a Product Category builds a new category in your shop from values your scenario is already carrying, so nobody opens the WordPress admin to prepare the ground.

When to use it
a wholesaler sends next season's range and the shop needs somewhere to file it before the product sheets arrive.
Watch out
let the scenario run twice on the same source and the module fires twice, so put a search before it.
WooCommerce44

Update a Product Category

Action

In MakeUpdates a specific product category.

Category names age badly. Update a Product Category rewrites one that already exists, with the values your scenario holds at that moment, one category per run.

When to use it
the catalog owner renames a section and the storefront has to follow without a manual pass.
Watch out
the module needs a category to aim at, so if the search before it found none, there is nothing to rewrite.
WooCommerce45

Delete a Product Category

Action

In MakeRemoves a specific product category.

Deleting a category by hand takes one click in WordPress, and that click never happens on the day a season ends. Delete a Product Category removes the category your scenario points at, when the rule says so.

When to use it
a category built for one promotion that should leave the shop once the promotion is over.
Watch out
a deletion cannot be walked back from the scenario, so try the branch with Run once on a category you can afford to lose.

Product Variation

5 modules
WooCommerce46

List Product Variations

Search

In MakeThis module helps you to get all the variations from a product.

Every version of a product leaves List Product Variations on its own, one after another, so the branch below works through them without anyone opening the product page.

When to use it
a stock check that has to look at each version, not only at the product it belongs to.
Watch out
a product without versions returns nothing, and the modules after it simply do not run.
WooCommerce47

Get a Product Variation

Action

In MakeThis module lets you retrieve a specified product variation by its ID.

Get a Product Variation goes after one precise version, the one whose ID your scenario already holds, and brings back what the shop stores on it.

When to use it
an order line points at one version and the scenario needs its details before writing anywhere else.
Watch out
without that ID it has nothing to work with, so chain it behind List Product Variations or behind a search.
WooCommerce48

Create a Product Variation

Action

In MakeThis module helps you to create a new product variation.

A supplier ships a product in several versions and your shop knows only one of them. Create a Product Variation adds a missing version to a product that is already online, from the values your scenario carries.

When to use it
a new range goes live and each version has to exist before the first order lands.
Watch out
one run creates one version, so three new ones mean three passes through the module.
WooCommerce49

Update a Product Variation

Action

In MakeThis module lets you modify a product variation.

Stock moves faster than anyone can retype it. Update a Product Variation changes one version of a product with the values your scenario is holding, and leaves the other versions alone.

When to use it
a warehouse feed says one version is out and the shop has not caught up yet.
Watch out
it only touches the version handed to it, so a change that applies to the whole product belongs in Update a Product.
WooCommerce50

Delete a Product Variation

Action

In MakeThis module helps you to delete a specified product variation.

Delete a Product Variation takes one version off a product and leaves the product itself online. It works on the version your scenario names, nothing wider.

When to use it
a version you no longer restock still shows up when a customer opens the product.
Watch out
the value you map decides which version disappears, and the scenario will not ask you twice.

Other

1 module
WooCommerce51

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Sooner or later a scenario needs something none of the listed modules covers. Make an API Call is the way out: it reaches the WooCommerce API from inside the scenario, on the connection you already created.

When to use it
the shop exposes an endpoint the other modules never touch and you would rather stay in Make than build a tool on the side.
Watch out
this one expects you to know the call you are making, so keep the WooCommerce API documentation open while you set it up.
Need help

Need help automating WooCommerce with Make?

A person reads every message.

FAQ

Questions that come up next

01Is the WooCommerce Make integration free?
Yes, the Free plan covers it. WooCommerce is a standard app, so it is available from the free tier, and what limits you is the plan rather than the app: 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of transfer. Paid plans bring the minimum interval down to 1 minute, lift the cap on active scenarios and allow 40 minutes of execution. Usage is counted in operations, one per module run on one bundle, so a scenario that touches many orders spends more than one watching a handful.
02What do you need to connect WooCommerce to Make?
A shop you administer, and a key generated inside it. The documentation asks for a WooCommerce account with the WordPress plugin installed, and accounts can be created at wordpress.com. In the shop, open WooCommerce > Settings > Advanced, go to the REST API tab, click Add Key, choose the Read/Write permission and generate the pair. Make then asks for the Consumer Key, the Consumer Secret and the Eshop URL, which has to include HTTPS. Nothing else is listed as a prerequisite, and that single connection serves every WooCommerce module across your scenarios.
03Does the WooCommerce trigger react in real time?
It depends which one you pick. New Event is instant: the shop calls Make through a webhook as soon as an order, a customer, a coupon or a product is created, updated or deleted. The four Watch modules are scheduled instead: Make checks the shop on the scenario's schedule, every 15 minutes by default, and that interval cannot go lower on the Free plan. Paid plans allow one minute. So immediate reactions go through New Event, while regular sweeps of new orders, customers, coupons or products are the job of the Watch modules.
04What if a WooCommerce module is missing?
Reach for Make an API Call. The app ships that module, and it lets a scenario call any endpoint of the WooCommerce API with the connection you already created, which covers ground the 56 listed modules do not. The documentation points to the WooCommerce API reference for the endpoints available. Two things worth knowing before you go that way: the module gives you no ready field picker, so you write the call yourself, and Update an Order Status still needs the Order Status Manager plugin whichever route you take.
05Make or n8n for WooCommerce?
Both run this shop, and the honest answer depends on your team. Make gets you moving faster: the editor is visual, the connection takes one key pair, and the 56 modules are ready to drop in. n8n suits teams that want to host the tool themselves and are comfortable writing a bit of logic by hand. The real deciding factors are usually who maintains the automation once it exists, whether self-hosting matters to you, and how your monthly volume sits against counted usage. Both pages exist on this site, and the comparison linked earlier goes through the criteria one by one.
Hack'celeration Lab

Get our weekly automation tips.

No spam. Unsubscribe anytime.