- Home
- Resources
- Integrations
- Shift4Shop
Shift4Shop Make integrationAutomate Shift4Shop with Make.
What could your store do on its own the moment an order lands? The Shift4Shop Make integration gives you 7 instant triggers, 18 actions and 3 searches for orders, customers, carts and products. This guide is for store owners new to Make: connect the account, build a first scenario, pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Shift4Shop Make integration do for your store?
The Shift4Shop Make integration links your online store to Make, a tool where you build automations without code. Each automation is a scenario, a chain of modules, and each module is one brick: a trigger that starts things, an action that changes something in the store, or a search that pulls a list.
Orders that reach the right people. Watch New Orders starts a scenario as soon as a buyer checks out, and Get an Order pulls the full order so the next module (a message, a spreadsheet row) gets clean data. Watch Order Status Change follows the same order later in its life.
A catalog that stays in step with your stock. Watch Products Stock Change reacts when inventory moves, and Update a Product Discount or Update a Product Option adjust the listing without opening the admin panel. Create a Product adds items that arrive from another tool.
A customer base that other tools can use. Watch New Customers hands each new account to your CRM or mailing tool, while List Customers pulls the whole base when you need a bulk export.
Some limits are worth knowing up front. Every trigger here is instant, so there is no clock to set on them, and anything the listed modules skip goes through Make an API Call. Before comparing tools, the Make review and Make pricing pages give the full picture, and n8n vs Make helps if n8n is also on your list.
How do you connect Shift4Shop to Make?
- 01
Add a Shift4Shop module
In your scenario, search for Shift4Shop, pick a module and click Create a connection. A connection is your store account linked to Make once, then reused by every Shift4Shop module you add later.
- 02
Create an app in the Developer Portal
In Shift4Shop, open the Developer Portal dashboard, click Add New, give the application a name and, if asked, paste the callback URI
https://www.integromat.com/oauth/cb/a3dcart. Click Create App, then copy the Client ID and the Client secret. - 03
Paste the credentials into Make
Back in Make, type a label in Connection name if you like (it is optional), then paste the credentials you just copied or follow the on-screen prompts. Make saves the connection and the module can now read your store.
Your first scenario: new products from your catalog sheet
GoalWhen a new product line appears in the tool where you keep your catalog, Make creates the product in Shift4Shop.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Pick the app where your product list lives, such as a spreadsheet, and choose its module that watches new rows.
- 02
Add Create a Product
Click the + to the right of the first module, search for Shift4Shop and choose Create a Product. Select the connection you set up earlier, or click Create a connection.
- 03
Map the product data
Fill the fields of Create a Product by dragging values from the first module into them; Make shows which fields the product accepts once the connection exists. Each row arrives as a bundle, one item passing from one module to the next.
- 04
Test with Run once
Add a test row to your list, then click Run once. Make runs the scenario one time and shows the bundles each module received. Check that the product now exists in your store.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run is an operation, the unit Make counts on your plan.
Triggers: what starts a Shift4Shop scenario
7 modules start a scenario when something happens in Shift4Shop. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Shift4Shop as soon as it happens.
Watch New Customers
Instant triggerIn Make“Trigger for new customers.”
Every account opened in your store becomes a fresh bundle in Make, ready to be sent to your CRM, your mailing list or a welcome sequence. You stop copying new sign-ups by hand.
Watch New Orders
Instant triggerIn Make“Trigger for new orders.”
Each checkout in your store reaches Make as one bundle, and the rest of the scenario can notify a team, log a sale or prepare fulfilment.
Watch New Products
Instant triggerIn Make“Trigger for the new products.”
Adding an item to the catalog is enough to start the scenario, which lets you push the new listing to a marketing tool, a shared sheet or a team channel without a second entry.
Watch Order Status Change
Instant triggerIn Make“Trigger for order status change.”
Customers want to know where their parcel stands, and this trigger tells Make each time an order moves to another status, so a scenario can send the update for you.
Watch Products Change
Instant triggerIn Make“Trigger for the product changes.”
Price edits, new descriptions, renamed items: any change to a product reaches Make, which keeps copies of your catalog in other tools accurate without a manual export.
Watch Products Deleted
Instant triggerIn Make“Triggers when a product has been deleted.”
When an item leaves the catalog, the tools that still list it need to know. This trigger hands Make the removed product so you can archive it or take it down elsewhere.
Watch Products Stock Change
Instant triggerIn Make“Trigger for the product stock changes.”
Inventory moves are what this trigger follows: each stock change on a product sends a bundle to Make, which can warn a buyer, update a sheet or reorder from a supplier.
Shift4Shop modules: what each one does
Shift4Shop 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
- Create a Cart
- Create a Customer
- Create a Product
- Delete a Cart
- Delete a Customer
- Delete a Product
- Get a Cart
- Get a Customer
- Get an Order
- Get a Product
- Make an API Call
- Update a Cart
- Update a Customer
- Update an Order Item
- Update an Order Shipment
- Update a Product Discount
- Update a Product Feature
- Update a Product Option
- List Customers
- List Orders
- List Products
Create a Cart
ActionIn Make“Creates a cart.”
Opens a new cart in your store from Make, so a quote or an order taken outside the site can be rebuilt as a real Shift4Shop cart.
Create a Customer
ActionIn Make“Creates a customer.”
Adds a customer account to the store with data mapped from another app, which saves retyping contacts that already live in your CRM or on a form.
Create a Product
ActionIn Make“Creates a Product.”
Puts a new item in your catalog without touching the admin panel. You map the details from wherever your product data already sits.
Delete a Cart
ActionIn Make“Deletes a cart.”
Removes a cart from the store, which is handy to clean up the test carts or leftover drafts a scenario may have created.
Delete a Customer
ActionIn Make“Deletes a customer.”
Erases a customer account, the step you need when a person asks for their data to be removed and that request is handled in another tool.
Delete a Product
ActionIn Make“Deletes a product.”
Takes an item out of the catalog for good, driven by a decision made somewhere else, such as a discontinued line in your inventory sheet.
Get a Cart
ActionIn Make“Gets a cart.”
Reads one cart and returns its content as a bundle, so the next modules can see what the shopper put in it.
Get a Customer
ActionIn Make“Gets a customer.”
Fetches the full record of one customer, which fills the gaps when a trigger or another app only gives you a reference to that person.
Get an Order
ActionIn Make“Gets an order.”
Returns everything the store holds about one order, so a scenario started by a status change can still work with the complete details.
Get a Product
ActionIn Make“Gets a product.”
Pulls a single product with its data, the quick way to enrich a bundle that only carries a product reference.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Covers whatever the other modules leave out: any endpoint of the Shift4Shop API can be called from your scenario, with the same connection.
Update a Cart
ActionIn Make“Updates a cart.”
Edits a cart that already exists, which lets a scenario adjust its contents after the first draft without starting over.
Update a Customer
ActionIn Make“Updates a customer.”
Changes the details of an existing customer, so a fix made in your CRM also lands in the store and both records stay alike.
Update an Order Item
ActionIn Make“Updates an order's item.”
Adjusts one line inside an order, useful when a product is swapped or corrected after the purchase and the order record must reflect it.
Update an Order Shipment
ActionIn Make“Updates an order's shipment.”
Writes shipping news back to the order, so the store reflects what your carrier or warehouse tool already knows.
Update a Product Discount
ActionIn Make“Updates a product's discount.”
Sets or changes the discount on a product, letting a promotion planned elsewhere go live in the store without manual edits.
Update a Product Feature
ActionIn Make“Updates a product's feature.”
Edits a feature of a product, the kind of detail shoppers compare, so your spec source and the listing say the same thing.
Update a Product Option
ActionIn Make“Updates a product's option.”
Changes an option on a product, such as the choices a buyer picks before adding it to the cart, straight from a scenario.
List Customers
SearchIn Make“Lists all customers.”
Returns your customers as a series of bundles, one per person, so the rest of the scenario can process them one by one.
List Orders
SearchIn Make“Lists all orders.”
Pulls orders in bulk, each arriving as its own bundle, which is what you need for a report or a backfill of past sales.
List Products
SearchIn Make“Lists all products.”
Brings the catalog into the scenario item by item, the starting point for any change you want to apply across many products.
Need help automating Shift4Shop with Make?
A person reads every message.