- Home
- Resources
- Integrations
- Adobe Commerce
Adobe Commerce Make integrationAutomate Adobe Commerce with Make.
What could your store run on its own once orders, customers and products talk to Make? The Adobe Commerce Make integration offers 25 modules, including 4 triggers. This page is for store operators new to Make: you link your account, then build a first scenario that invoices new orders.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Adobe Commerce Make integration do?
The Adobe Commerce Make integration lets Make read and change your store without code. You build a scenario, the automation Make runs for you, out of modules: bricks that watch for new orders, customers, products or credit memos, then create, update, invoice, ship or look up records in the store.
Orders that invoice themselves. Watch orders spots each new order, Invoice an order bills it, and Ship an order records the shipment once the parcel leaves. Your back office stops copying order numbers by hand.
A catalog fed from elsewhere. A supplier sheet or another tool can drive Create a product and Update a product, both keyed on the product SKU. Find Products checks first whether the item already exists, so you avoid duplicates.
Refunds your finance team hears about. Watch Credit Memos picks up each new credit memo and passes it to your accounting tool or a team channel. The same logic works for Watch customers when a new account should land in your CRM.
Two things to know before you start. The 4 triggers are all scheduled: Make checks the store on the scenario's schedule, there is no instant trigger here. And Make flags its own documentation for this app as AI-generated from Adobe's docs, so check important details on the Adobe side. When a listed module falls short, Make an API Call reaches any endpoint of the store's API with the same connection.
Adobe Commerce often has an n8n node too; n8n vs Make puts both tools side by side. To go further, Make training walks through scenario building, and Make troubleshooting helps when a run fails.
How do you connect Adobe Commerce to Make?
- 01
Add a module and open the connection
In your scenario, add any Adobe Commerce module and click Create a connection. A connection is your store account linked to Make once, then reused by every Adobe Commerce module.
- 02
Generate an access token in the store
In the Adobe Commerce admin, open System > Extensions > Integrations, click Add New Integration, fill Name and Your Password, pick resources in the API tab, then Save.
- 03
Activate it and paste the token
Click Activate next to the new integration, then Allow, and copy the API token shown. Back in Make, name the connection in Connection name if you like and paste the credentials.
Your first scenario: invoice every new order
GoalWhen a new order is created in Adobe Commerce, Make creates its invoice.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big +. Search for Adobe Commerce and choose Watch orders as the first module.
- 02
Link your store
Click Create a connection and paste the access token from your Adobe Commerce admin. Then fill the fields of Watch orders; Make lists what it can read once the connection works.
- 03
Add the invoice step
Click the + to the right of Watch orders and add Invoice an order. Map the order coming from the trigger, so each bundle (one order passing between modules) gets its own invoice.
- 04
Test with Run once
Place a test order, then click Run once. Read the bundles each module received, then confirm the invoice appears on the order in your admin.
- 05
Schedule and switch on
Click the clock on Watch orders to set the schedule. A new scenario checks every 15 minutes by default, and the Free plan cannot go faster. Then turn the scenario on.
What can start an Adobe Commerce scenario?
4 modules start a scenario when something happens in Adobe Commerce. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Adobe Commerce as soon as it happens.
Watch Credit Memos
Scheduled triggerIn Make“Triggers when a new credit memo is created.”
Watch Credit Memos starts your scenario whenever a new credit memo is created in the store, so every refund reaches the people who need to see it. Each memo arrives as one bundle you can pass to a spreadsheet, an accounting tool or a message.
Watch customers
Scheduled triggerIn Make“Triggers when a new customer is created.”
Every new customer account created in Adobe Commerce becomes a starting point with Watch customers. You get the new account as a bundle and can send it to a CRM, a mailing list or a welcome sequence without exporting anything.
Watch orders
Scheduled triggerIn Make“Triggers when a new order is created.”
This is the trigger most store automations begin with: each new order becomes a bundle Make can invoice, ship, copy to a sheet or announce to your team. It is the clearest way to see the integration work on real data.
Watch products
Scheduled triggerIn Make“Triggers when a new product is created.”
Watch products tells you when a new product lands in the catalog, and hands its details to the next module. Useful to push a fresh item to a marketplace feed, a product sheet or a channel where merchandisers review launches.
What else can Make do in Adobe Commerce?
Adobe Commerce gives you 21 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Cart Item
- Create a Cart
- Create a Credit Memo
- Create a customer
- Create a product
- Delete a customer
- Delete a product
- Edit a Cart Item
- Get a Cart
- Get a customer
- Get an order
- Get a product
- Get order status
- Invoice an order
- Make an API Call
- Ship an order
- Update a customer
- Update a product
- Find Customers
- Find Orders
- Find Products
Add a Cart Item
ActionIn Make“Adds an item to a cart.”
Puts a product into an existing cart, the way a shopper would, so you can prepare a basket on a customer's behalf. The cart then holds the item until the customer checks out.
Create a Cart
ActionIn Make“Creates an empty cart and quote for a specified customer if customer does not have a cart yet.”
Opens an empty cart and quote for a given customer, which gives the following modules a basket to fill. It is the first brick of any assisted ordering flow.
Create a Credit Memo
ActionIn Make“Creates a new credit memo.”
Records a new credit memo in the store, so a refund decided somewhere else ends up in Adobe Commerce with the rest of the order history. Your books and your store stay in line.
Create a customer
ActionIn Make“Creates a new customer.”
Adds a new customer account to the store from data held in another tool. Leads or wholesale clients can get an account without anyone typing their details into the admin.
Create a product
ActionIn Make“Creates a new product.”
Publishes a new product in the catalog from a sheet, a PIM or a supplier feed. The product appears in the store with the data you mapped from the previous module.
Delete a customer
ActionIn Make“Deletes a customer by customer id.”
Removes a customer account, found by its customer ID, from the store. It keeps your customer base tidy when an account must disappear after a request handled elsewhere.
Delete a product
ActionIn Make“Deletes a product by product SKU.”
Takes a product out of the catalog for good, using its SKU. Handy to clean up references a supplier has discontinued, instead of hunting them one by one in the admin.
Edit a Cart Item
ActionIn Make“Edits an existing cart item.”
Changes a product already sitting in a cart, so the basket matches what the customer finally wants. The rest of the cart stays as it was.
Get a Cart
ActionIn Make“Gets info for the cart for a specified customer.”
Reads the cart of a given customer and returns its contents as a bundle. You see what the customer has selected and can decide what to do next in the scenario.
Get a customer
ActionIn Make“Gets a customer detail by customer id.”
Fetches the full record of one customer from its customer ID. The next modules can then use the name, email or other details without you opening the admin.
Get an order
ActionIn Make“Gets an order by order id.”
Pulls one order by its order ID with everything the store knows about it. It is the step that turns a bare ID into data you can put in a sheet, a message or an invoice tool.
Get a product
ActionIn Make“Gets an info about product by product SKU.”
Reads the current information of a product from its SKU. You get a reliable picture of the item before updating it, deleting it or copying it to another channel.
Get order status
ActionIn Make“Checks the status of an order”
Checks where an order stands and returns its status. Your scenario can then branch: notify the customer, alert the warehouse, or simply wait.
Invoice an order
ActionIn Make“Creates a new invoice for an order”
Creates the invoice for an order, which saves your back office from billing sales one at a time. Paired with Watch orders, it is the core of the first scenario on this page.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Adobe Commerce API with the connection you already set up. It covers what the listed modules leave out, without a second login.
Ship an order
ActionIn Make“Creates new Shipment for given Order.”
Creates a new shipment for a given order, the step that tells the store the parcel has left. Your order history reflects reality without warehouse staff touching the admin.
Update a customer
ActionIn Make“Updates a customer by customer id.”
Changes an existing customer record, found by its customer ID, with data coming from another tool. Corrections made in your CRM reach the store.
Update a product
ActionIn Make“Updates a product by product SKU.”
Modifies a product already in the catalog, targeted by its SKU. Changes coming from a sheet or supplier file land in the store without manual edits.
Find Customers
SearchIn Make“Retrieves a list of customers based on search criteria.”
Searches the customer base with criteria and returns every match. Unlike Get a customer, you do not need the ID in advance, which makes it the usual first step before an update.
Find Orders
SearchIn Make“Retrieves a list of orders based on search criteria.”
Returns the orders matching your search criteria, as many bundles as there are results. It is how you pull a batch of orders into a report or a follow-up flow.
Find Products
SearchIn Make“Retrieves a list of products based on search criteria.”
Looks through the catalog with criteria and lists the products that match. Perfect to check whether an item exists before creating it, or to gather products for a price change.
Need help automating Adobe Commerce with Make?
A person reads every message.