- Home
- Resources
- Integrations
- Google Shopping
Google Shopping Make integrationAutomate Google Shopping with Make.
Tired of editing Merchant Center products by hand? The Google Shopping Make integration gives you 5 modules: 3 actions and 2 searches. This guide is for store owners and ops people, and it walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Google Shopping Make integration do for you?
The integration links your Google Merchant Center account to Make, so a scenario (the automation you build, a chain of modules) can create, update, list and delete your Shopping products for you. Each module is one brick of that chain, and nothing here needs a line of code.
A catalog that follows your source. When a product changes in the tool where you keep your inventory, Create or Update a Product pushes the new data to Merchant Center. If the same item already exists there, it gets updated instead of duplicated.
A status check you do not have to run. List Product Statuses pulls the status Merchant Center holds for each product, so a scenario can pass it on to the place your team already reads.
Cleanup of items you stopped selling. List Products finds what sits in the account, and Delete a Product removes an item for good. Anything the listed modules skip can go through Make an API Call, which reuses the same connection.
Keep one limit in mind: this app has no trigger, so a scenario starts on its schedule or from another app. Google Shopping often has an n8n node too; the n8n vs Make comparison helps you pick. Before you build, the Make review and the Make pricing page cover the plans.
How do you connect Google Shopping to Make?
- 01
Prepare your Merchant Center access
You need an active Google Merchant Center account. If you plan to use your own OAuth credentials, create them first in the Google API Console under Credentials, then Create Credentials and OAuth client ID, and copy the Client ID and Client secret.
- 02
Open the connection window
In your scenario, add any Google Shopping module and click Create a connection. A connection is your Google account linked to Make once and reused by every Google Shopping module afterward. The Connection name field is optional.
- 03
Authorize and save
Paste the credentials you copied, or follow the on-screen instructions. Once saved, the module can read your Merchant Center data and the connection appears in the list for the next module you add.
Your first scenario: push a product and check its status
GoalWhen a product row changes in your catalog tool, Make sends it to Google Shopping and then reads back the product statuses.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Pick the module of the app that holds your catalog, since Google Shopping has no trigger of its own.
- 02
Add Create or Update a Product
Click the + on the right of that first module, search for Google Shopping and choose Create or Update a Product. Select your connection, then map each product value from the bundle (one item passed along) of the first module.
- 03
Read the statuses
Add List Product Statuses after it. This search can return several bundles, one per product, so you see what Merchant Center now reports about the items you just sent.
- 04
Test with Run once
Click Run once to run the scenario a single time. Read the bundles each module received and check that the product reached Merchant Center.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. Each module run on one bundle is an operation, the unit Make counts on your plan.
What the Google Shopping modules do
Google Shopping gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create or Update a Product
ActionIn Make“Creates or updates product data. If an item with the same channel, language code, product identifier, and target country already exists, this method updates that entry.”
Your product lands in Merchant Center with the data you map, and you never have to decide between creating and editing. If an item with the same channel, language, identifier and target country is already there, Make updates it.
Delete a Product
ActionIn Make“Permanently removes a product.”
This one takes an item out of your Merchant Center account for good, which keeps discontinued products from lingering in your Shopping listings after you stop selling them.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
You get a way to reach any endpoint of the Google Shopping API from your scenario, using the connection you already set up, so a gap in the module list does not stop the build.
List Products
SearchIn Make“Lists the products in your Merchant Center account.”
You get the products stored in your Merchant Center account, each one as its own bundle, ready to be filtered, compared with your catalog or passed to another module later in the scenario.
List Product Statuses
SearchIn Make“Lists the statuses of the products in your Merchant Center account.”
Instead of the product data itself, this search brings back the status Merchant Center keeps for each item, so a scenario can report on your catalog health without you opening the Google interface.
Need help automating Google Shopping with Make?
A person reads every message.