Magento 2 Shopify ConnectorMagento 2 Shopify Connector
Buy Now
Support
Buy Now
Support
  • Getting Started

    • Introduction
    • Requirements
    • Installation
    • Activate & Connect
  • Configuration

    • Settings
  • Usage

    • Shopify Accounts
    • Category Mapping
    • Map Category with Shopify Collection
    • Export Customers
    • Import Products
    • Import Orders
    • Export Products
    • Export Orders
    • Templates
    • Price Rule
  • Help

    • Troubleshooting
    • FAQ

Activate & Connect

To get the API credentials, the admin needs to generate the Shopify API credentials first using their Shopify account.

Module License Verification

To use the extension, you must verify your module license.

  1. Navigate to Stores > Configuration > Webkul > Module License.
  2. Locate Multi Shopify Store Mage Connect in the Licensed Modules list.
  3. Enter your License Key in the provided field.
  4. Click on the Save & Verify button.

Once verified, the status will show a green VERIFIED badge.

module-license-verification

How to Get API Credential From Your Shopify Account

Step 1 – Log in to your Shopify Admin

First, log in to your Shopify store using:

  • Your store URL
  • Your admin username and password

Make sure you are logged in as a store owner or have app developer permissions.

login-page-1200x675

Step 2 – Navigate to “Apps”

From the Shopify left sidebar menu, click Settings, then select Apps. This is where all integrations and custom apps are managed.

shopify-connector-deleloper-dashboard

Step 3 – Open the “Develop Apps” Section

On the top-right corner of the Apps page, click Develop apps. This option allows you to create custom/private apps for API integrations.

shopify-develop-apps-button-screen

Step 4 – Build Apps

Click on the “Build apps in the developer dashboard” option.

app-development-screen-1200x559

Step 5 – Create a New App

Click the Create app button. This will open the app creation pop-up. Fill in the app name (e.g., “Webkul App”) and click Create.

shopify-app-name-and-developer-email-form-1200x559

Step 6 – Configure Admin API Scopes

Fill the following details:

  • App URL: https://your-magento-store.com/
  • Redirect URL: https://your-magento-store.com/multishopifystoremageconnect/oauth/callback

shopify-app-configuration-admin-api-integration

Then go to the Access section to select the required API scopes/permissions (for example: Products, Orders, Inventory, Customers etc.). It should have Read and Write API permission for the following:

  • Customer details and customer groups; inventory; orders, transactions, and fulfillment.
  • Product information including products, variants, and collections.
  • Locations
  • Shipping rates
  • Discounts
  • Online Store Pages access via the GraphQL API.

shopify-image

shopify-admin-api-access-scopes-selection-1200x559

Note: While making the Webhook Subscription, please make sure to select the latest Event Version. After selecting the scopes, click Release.

new-app-version

Step 7 – Retrieve Your API Credentials

Go to the API Credentials section in the app settings, where you can view your generated keys. You will see:

  • Client ID (API Key)
  • Client Secret Key

Click Reveal to display the secret key. Copy both values carefully.

shopify-reveal-client-secret-key-screen-1200x559

Step 8 – Install the App

Click on Install app and confirm the installation in the pop-up. This generates your OAuth application credentials.

shopify-install-app-button-screen-1200x559

Webhook Verification Key

In Shopify, a webhook is a way to automatically send data to an external URL when certain events happen in your store.

  1. Log in to your Shopify admin panel and navigate to Settings.

shopify settings option

  1. Select Notifications and scroll down to the Webhooks section.

notificationswebhooks section button

  1. Click Create webhook.

create webhook

  1. In the Event dropdown, select the event.
  2. In Format, choose JSON.
  3. In URL, enter the endpoint URL to receive webhook data. (https://your-magento-store.com/multishopifystoremageconnect/events/index)

webhook popup

  1. Click Save webhook.

webhook verification key

Prev
Installation