- Home
- Resources
- Integrations
- Ship24 - Order Tracking
Ship24 - Order Tracking Make integrationAutomate Ship24 - Order Tracking with Make.
Can Make follow your parcels without a line of code? The Ship24 - Order Tracking Make integration offers 8 action modules to create trackers, update them and read tracking results. This guide takes ops teams from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Ship24 - Order Tracking Make integration do?
The Ship24 - Order Tracking Make integration links your Ship24 account to Make so a scenario (the automation you build in Make, a chain of modules) can create shipment trackers and read their results for you. Each module is one brick of that chain, and none of them needs code.
Every shipped order gets a tracker. Your store or order tool starts the scenario, then Create a tracker registers the parcel in Ship24 so nobody copies tracking numbers by hand.
Support answers with the live status. A customer question comes in, Get tracking results by tracking number reads where the parcel is, and the next module drops that answer into your helpdesk or chat tool.
Open shipments refresh on a schedule. A scenario that runs every 15 minutes by default loops over stored tracker IDs with Get tracking results by tracker ID and updates your order sheet.
Two limits to keep in mind. Ship24 has no trigger in Make, so the start always comes from another app or from the scenario schedule. And Make flags its own Ship24 doc as AI-generated content that may contain mistakes, so test each module before trusting it. If you are new to the editor, the Make training covers the basics, and Make troubleshooting helps when a run fails.
The same app often has an n8n node too. The n8n vs Make comparison lays out how the two tools differ.
How do you connect Ship24 - Order Tracking to Make?
- 01
Copy your Ship24 API key
Log in to Ship24, open the dashboard, click Integrations, then API keys, and copy the key shown on screen. Ship24 asks for an active account on a subscribed plan before it gives you one.
- 02
Add a Ship24 module in Make
In your scenario, add any Ship24 - Order Tracking module and click Create a connection. A connection is your Ship24 account linked to Make once, then reused by every Ship24 module.
- 03
Paste the key and save
Give the connection a name in Connection name if you like (it is optional, but helps when you run several accounts), paste the API key, and follow the on-screen instructions to finish.
Your first scenario with Ship24 - Order Tracking
GoalWhen an order ships in your store app, Make creates a Ship24 tracker for its parcel.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the + to add the first module. Here, pick the module of the app where your shipped orders live.
- 02
Add Create a tracker
Click the + on the right of that first module, search for Ship24 - Order Tracking and choose Create a tracker. Select the connection you made earlier.
- 03
Map the order data
Fill the fields Make shows once the connection exists, and map the tracking number from the previous module. A bundle is one item passing between modules, here one shipped order.
- 04
Test with Run once
Click Run once to execute the scenario a single time, then open the bubble above each module to read the bundles it received. Check the tracker appears in Ship24.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default, never below 15 on the Free plan) and switch the scenario on. Each module run on a bundle counts as one operation.
What the 8 Ship24 - Order Tracking modules do
Ship24 - Order Tracking gives you 8 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a tracker
ActionIn the docs onlyRegisters a shipment in Ship24 so the parcel gets followed from that point, without pulling any results in the same step.
Create a tracker and get tracking results
ActionIn the docs onlyTwo jobs in one module: the tracker is created and the tracking results come back in the same run, ready to map into the next module.
Get a list of all couriers
ActionIn the docs onlyReturns the couriers Ship24 knows, which gives your scenario a reference list instead of carrier names typed by hand.
Get tracking results by tracker ID
ActionIn the docs onlyFetches the latest results of a tracker your scenario created earlier, using its ID rather than the carrier's number.
Get tracking results by tracking number
ActionIn the docs onlyOnly have the carrier's tracking number? This module reads the results straight from it, with no tracker ID to store anywhere.
Get tracking results by tracking number (live search)
ActionIn the docs onlyThe live search variant also starts from a tracking number; its name points to a lookup made at the moment the scenario asks.
Make an API Call
ActionIn the docs onlyOpens the rest of the Ship24 API to your scenario and reuses the connection you already set up, so no second login is needed.
Update an existing tracker
ActionIn the docs onlyChanges a tracker already in Ship24 instead of creating a second one for the same parcel.
Need help automating Ship24 - Order Tracking with Make?
A person reads every message.