- Home
- Resources
- Integrations
- PlentyMarkets
PlentyMarkets Make integrationAutomate PlentyMarkets with Make.
Can Make handle your PlentyMarkets orders, items and support tickets without code? The PlentyMarkets Make integration gives you 21 modules: 16 actions and 5 searches. This page shows online sellers how to link the account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What does the PlentyMarkets Make integration let you automate?
The PlentyMarkets Make integration links your PlentyMarkets shop back end to Make, a visual tool where you build a scenario: an automation made of modules, each one a single brick that creates, reads, updates or searches something. Your orders, items, contacts, tickets and tag relationships become data other apps can use, and the reverse is true too.
Support tickets that open themselves. A customer writes through a form in another tool, Search Contacts finds the matching buyer in PlentyMarkets, and Create a Ticket logs the request with the right person attached. Nobody retypes an email address.
Orders fed from outside the shop. When a sale closes somewhere else, such as a spreadsheet or a sales app, Create a Contact and Create an Order put it into PlentyMarkets so stock and fulfilment stay in one place.
Catalog lookups for other teams. Search Items and Get an Item pull product data out of PlentyMarkets and hand it to a sheet, a chat message or an Airtable Make integration base.
What Make does not do here: PlentyMarkets has no trigger module, so nothing starts on its own when an order lands. A scenario begins on a schedule you set in Make or on another app's event. The official Make documentation for this app also warns that it was generated with AI and may contain mistakes, so check anything critical against PlentyMarkets itself. For the wider picture, read our Make review and the n8n vs Make comparison, and look at Make pricing before you go past the Free plan.
How do you connect PlentyMarkets to Make?
- 01
Create a back end user in PlentyMarkets
In PlentyMarkets, open Setup > Settings > API > Data and copy the REST-API HTTP Endpoint. Then go to Setup > Settings > User > Accounts, click New, fill in the user details, choose Back end as user access and click Save.
- 02
Add a PlentyMarkets module in Make
In your Make scenario, add any PlentyMarkets module and click Create a connection. A connection is your PlentyMarkets account linked to Make once, then reused by every PlentyMarkets module you add later. The Connection name field is optional.
- 03
Paste the credentials and save
Enter the endpoint you copied, plus the username and password of the user you just created, or follow the instructions Make shows on screen. Once the connection is saved, Make can list the PlentyMarkets data it is allowed to read.
Build your first PlentyMarkets scenario
GoalWhen a customer sends a request through another app, Make finds the buyer in PlentyMarkets and opens a ticket for them.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app where customer requests arrive, such as your form tool, and connect it.
- 02
Add Search Contacts
Click the + on the right of the first module, search for PlentyMarkets and choose Search Contacts. Click Create a connection and link your account as shown above.
- 03
Map the customer details
Fill the search criteria with data from the form, for example the contact details the customer typed. Each item that flows between modules is called a bundle, and here the bundle is one contact.
- 04
Open the ticket
Add Create a Ticket after the search. Map the contact it found and the message from the form, so the request lands in PlentyMarkets with the buyer already attached.
- 05
Test with Run once
Send a test request through your form, then click Run once. Open the bubble on each module to read the bundles it received and check that the ticket appears in PlentyMarkets.
- 06
Schedule and switch it on
Set the schedule on the first module (a new scenario checks every 15 minutes by default) and switch the scenario on. Every module run counts as one operation on your Make plan.
What can each PlentyMarkets module do in Make?
PlentyMarkets 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 Contact
- Create an Item
- Create an Order
- Create a Tag Relationship
- Create a Ticket
- Delete a Contact
- Delete an Item
- Delete an Order
- Get a Contact
- Get an Item
- Get an Order
- Get a Ticket
- Make an API Call
- Update a Contact
- Update an Order
- Update a Ticket
- Search Contacts
- Search Items
- Search Orders
- Search Tag Relationships
- Search Tickets
Create a Contact
ActionIn Make“Creates a new contact.”
Adds a new customer record to PlentyMarkets, so a buyer met outside your shop exists in the back end before any order or ticket points to them.
Create an Item
ActionIn Make“Creates a new item.”
Puts a new product into your PlentyMarkets catalog straight from another source, which saves typing when product data already lives in a sheet or a supplier file.
Create an Order
ActionIn Make“Creates a new order.”
Records a sale in PlentyMarkets even when it happened somewhere else, so fulfilment and stock follow the same process as your shop orders.
Create a Tag Relationship
ActionIn Make“Creates a new tag relationship.”
Attaches a tag to a record in PlentyMarkets, which lets you mark things automatically instead of clicking through the back end one by one.
Create a Ticket
ActionIn Make“Creates a new ticket.”
Opens a support ticket in PlentyMarkets from any source you connect, so customer requests stop living in scattered inboxes.
Delete a Contact
ActionIn Make“Deletes a contact.”
Removes a customer record from PlentyMarkets, which is how you honor a deletion request coming from another system without doing it by hand.
Delete an Item
ActionIn Make“Deletes an item.”
Takes a product out of your PlentyMarkets catalog for good, keeping the item list in line with the source where products are managed.
Delete an Order
ActionIn Make“Deletes an order.”
Erases an order from PlentyMarkets, useful to clean out test orders or duplicates created by another scenario.
Get a Contact
ActionIn Make“Gets a contact.”
Fetches the full record of one customer you already know, so later modules can reuse what PlentyMarkets stores about that customer.
Get an Item
ActionIn Make“Gets an item.”
Reads a single product from the catalog, handy when another app only knows which item it is and needs the rest of the product data.
Get an Order
ActionIn Make“Gets an order.”
Pulls one order out of PlentyMarkets with its details, so you can pass them to accounting, a chat channel or a customer message.
Get a Ticket
ActionIn Make“Gets a ticket.”
Returns the content of one support ticket, which lets other tools display or react to a request the team already logged.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the PlentyMarkets API with the connection you already set up, covering whatever the other modules leave out.
Update a Contact
ActionIn Make“Updates a contact.”
Changes an existing customer record, so a new address or email captured elsewhere reaches PlentyMarkets without anyone editing it by hand.
Update an Order
ActionIn Make“Updates an order.”
Edits an order already in PlentyMarkets, which keeps its information current when news about it arrives from a carrier, a payment tool or your team.
Update a Ticket
ActionIn Make“Updates a ticket.”
Modifies a support ticket in PlentyMarkets, so progress made in another tool is visible to the team working in the back end.
Search Contacts
SearchIn Make“Searches contacts by given criteria.”
Looks through your PlentyMarkets customers with the criteria you set and hands back every match, one bundle per contact.
Search Items
SearchIn Make“Searches items by given criteria.”
Finds products in the PlentyMarkets catalog that match your criteria, giving you a clean list to send to a sheet or another app.
Search Orders
SearchIn Make“Searches orders by given criteria.”
Pulls the orders that fit your criteria out of PlentyMarkets, which is the usual way to start a scheduled scenario on this app since it has no trigger.
Search Tag Relationships
SearchIn Make“Searches tag relationships by given criteria.”
Lists which records carry which tags in PlentyMarkets, turning your tagging into something other tools can read and act on.
Search Tickets
SearchIn Make“Searches tickets by given criteria.”
Collects the support tickets that match your criteria, so open requests can be reviewed or forwarded outside PlentyMarkets.
Need help automating PlentyMarkets with Make?
A person reads every message.