- Home
- Resources
- Integrations
- Printify
Printify Make integrationAutomate Printify with Make.
Can your print-on-demand shop run itself between the design and the order? The Printify Make integration gives you 29 modules: one instant trigger, 20 actions and 8 searches. This guide shows you what each one does, how to link your account and how to build your first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Printify Make integration do for you?
The Printify Make integration links your Printify account to Make, a no-code tool where you build a scenario: an automation made of modules, each module being one brick such as a trigger, an action or a search. Once linked, Make can create products, handle orders and react to shop events without you opening Printify.
From artwork to product. A new design file shows up in the storage app your designer uses. Upload an Image sends it to your Printify media library, Create a Product builds the item around it, and Publish a Product pushes it to your shop. Three modules, no copy and paste.
Orders that fix themselves. Watch Events wakes the scenario when Printify reports an event. Get an Order reads the details, and if the payment never came, Cancel an Order stops it before anything is printed. When the order is fine, Send an Order to Production moves it along.
A catalog you can audit. List Products and List Shops return everything you sell, one bundle per item (a bundle is one item passed from a module to the next). Send them to a spreadsheet and you have an inventory you can sort.
What Make does not do here: the modules only cover what the Printify API exposes through them. For anything else, Make an API Call reuses the same connection. The documentation behind this app is itself AI-generated from Printify's docs, so check the important details in your account. If you hesitate between tools, the n8n vs Make comparison lays out the criteria, and the Make review covers the editor in depth. Teams that would rather hand the build over can talk to the Make agency.
How do you connect Printify to Make?
- 01
Generate your Printify token
In Printify, open your Account Settings, go to the API tab and click Generate Token. Copy the key shown on screen and keep it at hand. An approved app with OAuth credentials also works if your team has one.
- 02
Add a Printify module in Make
In your scenario, add any Printify module and click Create a connection. A connection is your Printify account linked to Make once, then reused by every Printify module. The Connection name field is optional; a clear name helps when you have several shops.
- 03
Paste the credentials and save
Paste the token you copied, or follow the on-screen instructions if you chose OAuth. Save, and Make can now read your shops, products and orders. You will see them in the module fields as soon as the connection works.
Your first scenario: turn a new design into a Printify product
GoalWhen a new design file lands in the app your designer uses, Make uploads it to Printify and creates the product around it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app where your artwork arrives, the one that watches for new files, and connect that account.
- 02
Add Upload an Image
Click the + on the right of the first module, search for Printify and choose Upload an Image. Click Create a connection and paste your token if you have not linked Printify yet.
- 03
Map the file
Printify accepts the image as a URL or as base64 file contents. Map the value the first module hands over, so each new design becomes one bundle that lands in your media library.
- 04
Add Create a Product
Add Create a Product after the upload and fill its fields. Make lists what it can read from your account once the connection exists, and you map the uploaded image from the previous module.
- 05
Test with Run once
Drop a sample design in your folder and click Run once. Open each module's bubble to read the bundle it received and check the product in Printify before going further.
- 06
Schedule and switch on
Open the clock on the first module: a new scenario checks every 15 minutes by default, and the Free plan cannot go below that. Set the rhythm that suits you and switch the scenario on.
What starts a Printify scenario
1 module starts a scenario when something happens in Printify. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Printify as soon as it happens.
Watch Events
Instant triggerIn Make“Triggers when a specified event occurs.”
You get a scenario that starts the moment Printify reports the event you picked in the module, so the next modules work on fresh shop data instead of waiting for the next check.
What the Printify modules do
Printify gives you 28 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Archive an Uploaded Image
- Cancel an Order
- Create a Product
- Delete a Product
- Delete a Shop
- Get a Blueprint
- Get an Image
- Get an Order
- Get a Product
- Get a Provider
- Get Shipping Info
- Get the Shipping Cost
- Make an API Call
- Publish a Product
- Send an Order to Production
- Set Product Publish Status to Failed
- Set Product Publish Status to Succeeded
- Submit an Order
- Update a Product
- Upload an Image
- List All Providers
- List Blueprint Providers
- List Blueprints
- List Blueprint Variants
- List Orders
- List Products
- List Shops
- List Uploaded Images
Archive an Uploaded Image
ActionIn Make“Archive an uploaded image.”
You keep your media library readable: this module files an image you uploaded earlier as archived, so the active library only shows the artwork you still work with.
Cancel an Order
ActionIn Make“Cancels an unpaid order. The request will only be accepted if the order to be canceled has the status "on-hold" or "payment-not-received".”
You stop a sale that went nowhere: the module cancels an order that has not been paid, so nothing goes to print for money you never received.
on-hold or payment-not-received. Check the status with Get an Order first, or add a filter before this module.Create a Product
ActionIn Make“Creates a new product.”
You get a new product in your Printify shop straight from the scenario, built from the design you just uploaded and ready for publishing later.
Delete a Product
ActionIn Make“Deletes a product.”
You clear a product out of your Printify shop from Make, which is handy when a design is withdrawn and should disappear along with it.
Delete a Shop
ActionIn Make“Disconnects a shop.”
Despite its name, this module disconnects a whole shop from your Printify account, and it does so in one step.
Get a Blueprint
ActionIn Make“Returns a specific blueprint.”
You read the details of one blueprint, the base item Printify prints on, so later modules can use its information instead of guessing.
Get an Image
ActionIn Make“Returns an image.”
You pull one image from your Printify library into the scenario, so its details can travel to the next module or to another app.
Get an Order
ActionIn Make“Returns order details by ID.”
You get the full details of one order, found by its ID, which is usually the first thing to do after Watch Events reports something.
Get a Product
ActionIn Make“Returns a product.”
You read everything Printify holds about one product, so the scenario can compare, copy or report it without you opening the dashboard.
Get a Provider
ActionIn Make“Returns a specific print provider and a list of associated blueprint offerings.”
You learn about one print provider along with the blueprints it offers, which tells you what that partner can actually produce for you.
Get Shipping Info
ActionIn Make“Returns shipping information.”
You bring Printify's shipping information into Make, so delivery details can feed an email or a support ticket.
Get the Shipping Cost
ActionIn Make“Returns shipping cost of an order.”
You find out what shipping an order will cost before it leaves, which helps you keep your margin in check on every sale.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
You reach any part of the Printify API that the ready-made modules leave out, using the same connection you already set up.
Publish a Product
ActionIn Make“Publishes a product.”
You push a product live to your shop, closing the loop that starts with Upload an Image and Create a Product.
Send an Order to Production
ActionIn Make“Sends to production”
You release an order to the printer from Make, so approved orders no longer wait for someone to handle them by hand in Printify.
Set Product Publish Status to Failed
ActionIn Make“Removes the product from the locked status on the Printify app.”
You unlock a product that is stuck in publishing, telling Printify the attempt did not work so it can be edited again.
Set Product Publish Status to Succeeded
ActionIn Make“Removes the product from the locked status on the Printify app and sets its external property with the handle you provide in the request body.”
You confirm to Printify that a product went live, which unlocks it and records the handle you provide as its external reference.
Submit an Order
ActionIn Make“Orders an existing product.”
You place an order for a product that already exists in your shop, directly from the scenario, with no manual entry in Printify.
Update a Product
ActionIn Make“Updates a product.”
You change an existing product from Make, so a change decided elsewhere reaches Printify without editing each item by hand.
Upload an Image
ActionIn Make“Uploads image files either via image URL or image file base64-encoded contents. The file will be stored in the Merchant's account Media Library.”
You get your artwork into the media library of your Printify account, where products can use it right away.
List All Providers
SearchIn Make“Returns all available print providers.”
You get every print provider available on Printify, each one as its own bundle, ready to be sorted or filtered in the scenario.
List Blueprint Providers
SearchIn Make“Returns all print providers that fullfil orders for a specific blueprint.”
You see which print providers can fulfill orders for one given blueprint, so you pick a partner that actually makes the item you have in mind.
List Blueprints
SearchIn Make“Returns a list of all available blueprints.”
You browse the full catalog of blueprints, the bases Printify can print on, without scrolling through the website.
List Blueprint Variants
SearchIn Make“Returns a list of variants of a blueprint from a specific print provider.”
You get the variants of a blueprint as one specific print provider offers them, which shows the real choices a customer will see.
List Orders
SearchIn Make“Returns orders.”
You pull your Printify orders into Make as bundles, a starting point for reports, follow-up emails or a sync with your accounting tool.
List Products
SearchIn Make“Returns a list of all products.”
You retrieve the products of your shop in one go, so you can check, export or update them in bulk from a single scenario.
List Shops
SearchIn Make“Returns a list of shops.”
You see every shop linked to your Printify account, each one as a bundle, so the scenario knows exactly which store it is about to touch.
List Uploaded Images
SearchIn Make“Returns a list of uploaded images.”
You get an inventory of the images stored in your media library, useful to spot duplicates or files no product uses anymore.
Need help automating Printify with Make?
A person reads every message.