How to Import Shopify Data into Notion

Are you looking for an easy way to import your Shopify store data into Notion? Whether you want to track orders, manage inventory, or analyze customer data, integrating Shopify with Notion can streamline your workflow.

With Note API Connector you can seamlessly connect Shopify’s API and import data into Notion—without writing complex code. This guide will walk you through the process step by step, from generating a Shopify Admin Access Token to setting up API requests that fetch and store your Shopify data in Notion.

Getting started with Note API Connector

You can get started in just a few clicks:

Simply authenticate your Notion account, grant the necessary permissions, and start creating API requests effortlessly.

👉 Follow the official setup guide for step-by-step instructions.

Generate a Shopify Admin Access Token

To connect Shopify with Notion, we need to retrieve merchant data securely using Shopify’s API. Shopify provides API keys that allow external tools—like Note API Connector—to access your Shopify account and pull relevant data into Notion.

Log in to your Shopify Store and go to Settings.

Shopify Settings

Click Apps and Sales Channels → Develop apps.

Shopify Apps

Click Allow custom app development and confirm.

Shopify Create App Shopify Create App Confirm

Click Create an app.

Shopify Create App

Name your app and click Create app.

Shopify Create App Confirm

In the app overview, click Configure Admin API scopes.

Shopify Admin Scope

Now, you can choose which data the integration should have access to. For this tutorial, we only need read access for order, products and customers: read_orders, read_products, and read_customers. Feel free to select the data you need—you can always adjust these settings later. When you are done, click Save.

Shopify API Scope

Go to API Credentials and click Install app.

Shopify Install App

Click Reveal token once, then copy and store it safely. This token allows you to access your Shopify data via the API.

Shopify Reveal Token

Import Shopify Data into Notion

Before making API requests, review Shopify’s API documentation to explore what data you want to import: Shopify Admin REST API.

Importing Shopify Products

To fetch product data, use the following API endpoint:

https://your-development-store.myshopify.com/admin/api/2025-01/products.json
Shopify API Products

Replace your-development-store with your actual store’s domain.

Shopify Store URL

You can update limit parameter to retrieve the maximum number of records. If your store is called Spaceships Store, the URL would be:

https://spaceships-store.myshopify.com/admin/api/2025-01/products.json?limit=250
Shopify API Limit

We should have a Notion Database page where we want to import data.

Notion Shopify Products

Open Note API Connector and click Create request.

Name your request (e.g., Retail Products). Select the Notion database where you want to import the data. Paste the API URL into the URL field.

Notion Products URL

Under Headers, add:

X-Shopify-Access-Token: your_token

Click Run to execute the API request.

The response may appear as [object Object] in Response Field Mapping view.

Notion Products API Response

Open Customize Output to see API response.

Notion Products Mapping

Since product data is nested inside the products key, you need to select it's data by using Data Select feature:

Notion Products Response

Click Save & Import to store the data in your Notion database.

Notion Products Data

Similarly, to fetch orders from Shopify, use this API endpoint:

https://spaceships-store.myshopify.com/admin/api/2025-01/orders.json?status=any&limit=250
Shopify API Orders Shopify Orders URL Shopify Orders Mapping Shopify Orders Response

Once imported, your Shopify orders will be available in Notion for tracking and analysis.

Shopify Orders Data

Automate Data Updates in Notion

Manually refreshing your Shopify data in Notion can be a hassle, especially when you're tracking orders, inventory, and customer insights. With Note API Connector’s scheduling feature, you can automate data updates, ensuring your Notion dashboard always reflects the latest Shopify metrics—without lifting a finger. Set it to refresh hourly, daily, or at custom intervals, so you never have to worry about outdated numbers again. Whether you're monitoring sales performance or stock levels, automation lets you focus on growth while your data stays in sync.

Automate Data Updates

Conclusion

With Note API Connector, importing Shopify data into Notion is simple and code-free. Whether you’re tracking inventory, monitoring orders, or analyzing customer insights, this integration keeps your data centralized and easily accessible.

🚀 Start automating your Shopify workflows today. Try Note API Connector and bring all your business data into Notion effortlessly.

Frequently asked questions