- Home
- Resources
- Integrations
- Sellercloud
Sellercloud Make integrationAutomate Sellercloud with Make.
Can Make take the copy-paste out of your Sellercloud orders and stock? The Sellercloud Make integration offers 28 modules: 3 triggers, 16 actions and 9 searches. This guide shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Sellercloud Make integration do for you?
The Sellercloud Make integration links your Sellercloud account to Make, a visual tool where you chain apps without code. You build a scenario (the automation itself) out of modules (one brick each: a trigger, an action or a search), and Make passes orders, products or jobs from one brick to the next.
Orders that reach the rest of your tools. Watch New Orders picks up every order created in Sellercloud, and Get a Customer adds the buyer record, so your helpdesk or spreadsheet receives the full picture without a manual export.
Payments recorded where they belong. When a check or a bank transfer is confirmed elsewhere, Receive Check or Receive Manual Payment writes it onto the matching order, and Update Quickbooks Status flags orders as exported or unexported for your bookkeeping.
Reports that fetch themselves. Create Queued Job starts a Sellercloud job from a scheduled task ID, Watch Queued Jobs spots it once completed, and Get Output File from Queued Job hands you the file (CSV jobs only, today).
Keep the limits in mind. All 3 triggers are scheduled: Make checks Sellercloud on the scenario's schedule, it does not get pinged the moment something happens. And the Make documentation for this app is flagged as AI-generated from Sellercloud's own docs, so confirm anything critical with Sellercloud. The same app may also exist as an n8n node; the n8n vs Make comparison helps you weigh both, and our Make review covers the tool itself. Stuck on a run? See Make troubleshooting.
How do you connect Sellercloud to Make?
- 01
Add a Sellercloud module
In your Make account, open a scenario, add any Sellercloud module and click Create a connection. A connection is your Sellercloud account linked to Make once, then reused by every Sellercloud module you add later.
- 02
Name the connection
The Connection name field is optional, but a clear label pays off when you run several Sellercloud accounts or users. Something like the store name plus the purpose of the integration is enough to recognize it later.
- 03
Enter your credentials
Type the Username and Password of an active Sellercloud account, or follow the on-screen instructions, then save. Make uses them to obtain its access token, and the module can now list what your account is allowed to read.
Your first scenario: fetch finished job files
GoalWhen a queued job completes in Sellercloud, Make downloads its output file and passes it on.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. The empty canvas is where every step of the automation will sit.
- 02
Add Watch Queued Jobs
Search for Sellercloud, pick Watch Queued Jobs and click Create a connection (or reuse one). This trigger returns the jobs that completed since the previous check.
- 03
Add the output file module
Click the + on the right of the trigger, choose Get Output File from Queued Job and map the job ID coming from the trigger. Remember that only jobs returning CSV are supported.
- 04
Test with Run once
Click Run once after a job has finished in Sellercloud. Each module shows a bubble with the bundles it received, one bundle per job, so you can check the file came through.
- 05
Schedule and switch on
Open the clock on the first module under Scheduling. A new scenario checks every 15 minutes by default, and the Free plan cannot go faster. Then switch the scenario on.
Triggers: what starts a Sellercloud scenario
3 modules start a scenario when something happens in Sellercloud. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Sellercloud as soon as it happens.
Watch New Orders
Scheduled triggerIn Make“Returns all newly created orders.”
Every order freshly created in Sellercloud lands in your scenario as its own bundle (one item passed to the next module), ready to be copied, announced or enriched elsewhere.
Watch Orders
Scheduled triggerIn Make“Returns all orders based on your configuration.”
Here the scenario receives orders that match the configuration you set in the module, not just the newest ones, which gives you a filtered stream of the orders that matter to one workflow.
Watch Queued Jobs
Scheduled triggerIn Make“Returns Completed Jobs since the last run.”
You get a bundle for each Sellercloud job that has completed since the last run, which turns long exports and imports into something the rest of your tools can react to.
Actions and searches for Sellercloud
Sellercloud gives you 25 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Adjust Physical Inventory
- Create an Order
- Create Queued Job
- Delete an Order
- Get a Customer
- Get an Order
- Get a Purchase Order
- Get a Warehouse
- Get Inventory Info for a Product
- Get Output File from Queued Job
- Make an API Call
- Receive Check
- Receive Manual Payment
- Set Physical Inventory
- Update Inventory Info for Single Product
- Update Quickbooks Status
- List Shipping Containers
- Search Companies
- Search Customers
- Search Inventory Info for Multiple Products
- Search Items
- Search Orders
- Search Purchase Orders
- Search Queued Jobs
- Search Warehouses
Adjust Physical Inventory
ActionIn Make“Adjusts a specific products inventory.”
This action corrects the physical stock of one product in Sellercloud, so a count fixed in a warehouse app or a spreadsheet reaches your catalog without anyone retyping it.
Create an Order
ActionIn Make“Creates a new order in SellerCloud.”
A new order appears in Sellercloud from data collected elsewhere, which saves you from keying in sales that happen outside your usual channels.
Create Queued Job
ActionIn Make“Create a queued job using scheduled task ID.”
Starting a Sellercloud queued job from Make means an export or process defined as a scheduled task can be launched by an event instead of by hand.
Delete an Order
ActionIn Make“Deletes a specific order by order ID.”
Pass it an order ID and the matching order disappears from Sellercloud, which keeps test orders or cancelled duplicates out of your figures.
Get a Customer
ActionIn Make“Retrieves a specific customer by customer ID.”
With a customer ID in hand, this module brings back that customer's full Sellercloud record, handy when an order only carries the ID and you need the person behind it.
Get an Order
ActionIn Make“Gets a specific order by order ID.”
One order, fetched by its ID with all its current details, so a later step always works on up-to-date data rather than an older copy.
Get a Purchase Order
ActionIn Make“Retrieves a specific purchase order by purchase order ID.”
Retrieving a purchase order by its ID gives your scenario the supplier side of the story, what was ordered and from whom, without opening Sellercloud.
Get a Warehouse
ActionIn Make“Retrieves a specific warehouse by warehouse ID.”
Feed it a warehouse ID and it returns that warehouse's record, which is useful when other modules only give you the ID and a person needs a readable name.
Get Inventory Info for a Product
ActionIn Make“Get inventory info for a specific product.”
Stock information for one product comes back into the scenario, so you can check availability before promising anything to a customer or a channel.
Get Output File from Queued Job
ActionIn Make“Get Output File from a Completed Queued Job, by Job ID. Currently supports Jobs that return CSV format.”
Once a queued job has completed, this module downloads the file it produced, so the export can be stored, emailed or parsed in the next step.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
When none of the ready-made modules covers what you need, this one calls any endpoint of the Sellercloud API with the connection you already set up.
Receive Check
ActionIn Make“Add a payment via check to the order specified.”
A check payment gets recorded against the order you name, so payment status in Sellercloud follows what your finance team already knows.
Receive Manual Payment
ActionIn Make“Adds a manual payment to the order specified.”
Use it to attach a manual payment to a given order, closing the gap between money received outside Sellercloud and the order record.
Set Physical Inventory
ActionIn Make“Sets the physical inventory of a product.”
This action replaces the physical stock of a product with the figure you provide, which is what you want after a real count on the shelves.
Update Inventory Info for Single Product
ActionIn Make“Updates inventory info for single product.”
Inventory details of one product are updated from your scenario, keeping Sellercloud aligned with the source that really owns that information.
Update Quickbooks Status
ActionIn Make“Updates the quickbooks status for one or many orders as exported or unexported.”
Mark one or many orders as exported or unexported to QuickBooks, so your bookkeeping and Sellercloud agree on what has already been sent.
List Shipping Containers
SearchIn Make“List Shipping Containers”
You get the shipping containers from Sellercloud as separate bundles, which lets a scenario review or report on them one by one.
Search Companies
SearchIn Make“Searches for specific companies or returns all companies.”
Look up specific companies in Sellercloud, or pull all of them, to reuse those records in another tool.
Search Customers
SearchIn Make“Searches for a specific customer or returns all customers.”
Finding a customer when you lack the ID starts here: search for a particular customer or list them all.
Search Inventory Info for Multiple Products
SearchIn Make“Searches products for inventory info or returns all products inventory info.”
Stock information for several products at once, or for the whole catalog, arrives as one bundle per product.
Search Items
SearchIn Make“Searches all items (catalogs in api).”
Browse your Sellercloud items, called catalogs in the API, to bring product records into a scenario.
Search Orders
SearchIn Make“Searches for specific orders or returns all orders.”
Specific orders, or all of them, come back one bundle each, which is the way to check, count or export orders in bulk.
Search Purchase Orders
SearchIn Make“Searches for specific purchase orders or returns all purchase orders.”
Pull specific purchase orders, or the full list, so the buying side of Sellercloud can feed a sheet or a supplier tool.
Search Queued Jobs
SearchIn Make“Searches all queued jobs.”
This search lists your Sellercloud queued jobs, finished or not, which is handy to audit the queue from outside Sellercloud.
Search Warehouses
SearchIn Make“Searches for specific warehouses or returns all warehouses.”
Specific warehouses, or every warehouse, return as separate bundles for reports or lookups.
Need help automating Sellercloud with Make?
A person reads every message.