- Home
- Resources
- Integrations
- Order Desk
Order Desk Make integrationAutomate Order Desk with Make.
Can Make look after your Order Desk orders while you work on something else? The Order Desk Make integration gives you 26 modules: 4 instant triggers, 18 actions and 4 searches. This guide is for ops teams: link your store, then build a first scenario that files new orders.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Order Desk Make integration automate?
The Order Desk Make integration links your Order Desk store to Make, a no-code tool where you build scenarios: chains of modules that each do one job. Order Desk brings 26 modules to that toolbox, with four instant triggers that react to orders and events, 18 actions on orders, items, shipments and stock, and four searches.
New orders filed the moment they arrive. Watch Orders picks up every order created outside Order Desk, and Change Orders Folder drops it into a review folder. Nobody has to sort the inbox by hand anymore.
Shipments followed from a simple folder move. When a teammate drags an order into a shipping folder, Watch Order Folder Changed fires. List Shipments then gathers the parcels of that order, ready to feed a customer message in another app.
Stock that stays in step with your catalog. A product shows up in another tool: Search Inventory Items checks whether Order Desk already knows it, then Create an Inventory Item or Update an Inventory Item does the rest.
One honest limit: the Make documentation for Order Desk is flagged as AI-generated from the vendor's docs and may contain mistakes, so confirm key details with Order Desk. When a run fails, the Make troubleshooting guide helps, and Make training covers the editor basics. Still weighing another tool? Read n8n vs Make.
How do you connect Order Desk to Make?
- 01
Copy your Store ID and API key
In Order Desk, open the Settings menu in the left sidebar, click Store Settings, then the API tab. Copy the Store ID and the API key shown on that page: Make asks for both.
- 02
Add an Order Desk module
In your scenario, add any Order Desk module and click Create a connection. A connection is your Order Desk account linked to Make once, then reused by every Order Desk module. Type a label in Connection name if you want to spot it later.
- 03
Paste your credentials and confirm
Paste the Store ID and the API key you copied, or follow the on-screen instructions, and confirm. The module can now reach your store, and the same connection shows up in every other Order Desk module you add.
Your first scenario: file new Order Desk orders on arrival
GoalWhen an order reaches Order Desk from outside, Make moves it into the folder your team checks first.
- 01
Create the scenario
Open the Scenarios page in Make and create a new scenario, the automation you are about to build. Click the big + in the middle of the editor to add its first module.
- 02
Set up Watch Orders
Search for Order Desk and pick Watch Orders. Click Create a webhook, then Create a connection with your Store ID and API key. This instant trigger now waits for orders created outside Order Desk.
- 03
Add Change Orders Folder
Click the + on the right of Watch Orders and choose Change Orders Folder. Map the order coming from the trigger's bundle, the item it hands over, then pick the folder your team reviews first.
- 04
Test with Run once
Click Run once, then let an order come in from outside Order Desk. Read the bundle each module received, and open Order Desk to check that the order sits in the right folder.
- 05
Switch the scenario on
Turn the scenario on. Watch Orders is instant, so Order Desk calls Make as each outside order appears. Every module run on one bundle counts as one operation on your Make plan.
Order Desk triggers in Make
4 modules start a scenario when something happens in Order Desk. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Order Desk as soon as it happens.
Watch New Event
Instant triggerIn Make“Triggers when a selected event have been occured.”
Watch New Event starts your scenario when an Order Desk event you selected takes place, which covers cases the three order triggers leave aside. You pick the event in the module, and each occurrence reaches Make as a bundle passed to the next module.
Watch Order Folder Changed
Instant triggerIn Make“Triggers when an order's folder has been changed.”
Each time an order lands in a different folder in Order Desk, this trigger hands that order to your scenario. A simple drag between folders becomes a signal Make can act on.
Watch Orders
Instant triggerIn Make“Triggers when an order has been created outside of Order Desk.”
Your scenario receives every order that reaches Order Desk from outside, as opposed to orders typed in by hand. It is the natural starting point for anything that should happen to a fresh order.
Watch Orders Created Manually
Instant triggerIn Make“Triggers when an order has been created manually.”
Orders someone enters by hand in Order Desk get a trigger of their own here, so you can handle them differently from the ones that flow in from outside.
Everything Order Desk can do in Make
Order Desk gives you 22 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Change Orders Folder
- Create an Inventory Item
- Create an Order
- Create an Order Item
- Create a Shipment
- Delete an Inventory Item
- Delete an Order
- Delete an Order Item
- Delete a Shipment
- Get an Inventory Item
- Get an Order
- Get an Order Item
- Get a Shipment
- Make an API Call
- Update an Inventory Item
- Update an Order
- Update an Order Item
- Update a Shipment
- List Order Items
- List Shipments
- Search Inventory Items
- Search Orders
Change Orders Folder
ActionIn Make“Moves specified orders to the specified folder.”
Change Orders Folder moves the orders you point to into the folder you choose, so your Order Desk board reflects what Make has just checked or done.
Create an Inventory Item
ActionIn Make“Creates an inventory item.”
Adding a product to your Order Desk stock from another tool takes a single module: this one writes a new inventory record from the data you map into it.
Create an Order
ActionIn Make“Creates an order.”
Create an Order places a fresh order in Order Desk from data an earlier module produced, which spares your team from retyping orders that already exist somewhere else.
Create an Order Item
ActionIn Make“Creates an order item.”
With this module you add a line to an order that already exists, so the order grows without being rebuilt from scratch.
Create a Shipment
ActionIn Make“Creates a shipment.”
Create a Shipment records a shipment on an order in Order Desk, so anyone who opens that order sees what has been sent.
Delete an Inventory Item
ActionIn Make“Deletes an inventory item.”
Retiring a product for good becomes one step: Delete an Inventory Item removes its record from Order Desk stock and keeps the list clean.
Delete an Order
ActionIn Make“Deletes an order.”
This module erases an order from Order Desk entirely, which is handy for test orders or duplicates that clutter your folders.
Delete an Order Item
ActionIn Make“Deletes an order item.”
Delete an Order Item takes one line off an order and leaves the rest of that order in place, which keeps corrections small.
Delete a Shipment
ActionIn Make“Deletes a shipment.”
A shipment that should never have been recorded can be cleared from its order with this module, leaving the order's history accurate.
Get an Inventory Item
ActionIn Make“Retrieves an inventory item.”
Get an Inventory Item reads one product record from Order Desk and passes its details on, so the next modules work from current stock data.
Get an Order
ActionIn Make“Retrieves an order.”
Pull the full picture of a single order into your scenario: the modules that follow can then use its data without anyone copying it over.
Get an Order Item
ActionIn Make“Retrieves an order item.”
One line of an order, fetched on its own: that is what this module brings when a single product matters more than the whole order.
Get a Shipment
ActionIn Make“Retrieves a shipment.”
Get a Shipment brings the details of one shipment from Order Desk to the modules that follow, so a message or a report can quote them.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call lets your scenario reach any endpoint of the Order Desk API with the connection you already set up, so a missing module is rarely a dead end.
Update an Inventory Item
ActionIn Make“Updates an inventory item.”
Update an Inventory Item changes an existing stock record in Order Desk, so the product stays in line with the tool where your team maintains it.
Update an Order
ActionIn Make“Updates an order.”
Rather than editing orders by hand, let this module rewrite the details of an existing order with values from earlier modules.
Update an Order Item
ActionIn Make“Updates an order item.”
Update an Order Item edits one line of an order without touching its other lines, which keeps a correction precise.
Update a Shipment
ActionIn Make“Updates a shipment.”
A shipment already recorded in Order Desk can be corrected here, so the order keeps telling the right delivery story.
List Order Items
SearchIn Make“Returns a list of items for a specific order.”
List Order Items returns every line of one order, each as its own bundle, so the next modules can deal with the products one by one.
List Shipments
SearchIn Make“Returns a list of shipments for a specific order.”
Every shipment tied to an order comes back from this search, one bundle per shipment, giving you the full delivery picture for that order.
Search Inventory Items
SearchIn Make“Searches for inventory items.”
Search Inventory Items looks through your Order Desk stock and returns the matching products, zero, one or many, as separate bundles.
Search Orders
SearchIn Make“Searches for orders.”
Finding the orders that match what you look for is this module's job; each one comes out as a bundle, ready for an update, a move or a report.
Need help automating Order Desk with Make?
A person reads every message.