Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

medusa-source-shopify

Package Overview
Dependencies
Maintainers
0
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-source-shopify

Source plugin that allows users to import products from a Shopify store

  • 1.2.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
53
increased by1.92%
Maintainers
0
Weekly downloads
 
Created
Source

Shopify Source

Migrate your products and categories from Shopify to Medusa.

Medusa Website | Medusa Repository

Features

  • Migrate data related to products from Shopify to Medusa.
  • Consistently keep data in sync between Shopify and Medusa.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-source-shopify

2. Set the following environment variable in .env:

SHOPIFY_DOMAIN=<YOUR_SHOPIFY_DOMAIN>
SHOPIFY_PASSWORD=<YOUR_SHOPIFY_PASSWORD>

3. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...,
  {
    resolve: 'medusa-source-shopify',
    options: {
      domain: process.env.SHOPIFY_DOMAIN,
      password: process.env.SHOPIFY_PASSWORD
    }
  }
];

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

2. The data migration runs on server start-up. You should see your Shopify products in Medusa.

Keywords

FAQs

Package last updated on 18 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc