1.2.9 • Published 13 days ago

medusa-source-shopify v1.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

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.

1.2.9

6 months ago

1.2.8-rc.0

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.5-alpha.0

1 year ago

1.2.4

1 year ago

1.2.3

2 years ago

1.2.4-alp.0

2 years ago

1.2.3-next.0

2 years ago

1.2.3-nxt.0

2 years ago

1.2.4-alpha.0

2 years ago

1.2.3-test.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.1-next.24

2 years ago

1.2.1-nxt.129

2 years ago

1.2.1-next.27

2 years ago

1.2.1-next.26

2 years ago

2.0.0-next.0

2 years ago

1.2.1-next.44

2 years ago

1.2.1-next.41

2 years ago

1.2.1-next.101

2 years ago

1.2.1-next.100

2 years ago

1.2.1-next.35

2 years ago

1.2.1-nxt.130

2 years ago

1.2.1-next.108

2 years ago

1.2.0

2 years ago

1.0.6

2 years ago

1.0.7-next.0

2 years ago

1.2.1-next.14

2 years ago

1.1.2-dev.56

2 years ago

1.0.6-alpha.63

2 years ago

1.1.2-dev.53

2 years ago

1.1.1-canary.7

2 years ago

1.1.1-canary.6

2 years ago

1.1.1-canary.4

2 years ago

1.1.1-canary.3

2 years ago

1.1.2-dev.47

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.1-canary.2

2 years ago

1.1.1-canary.1

2 years ago

1.1.1-canary.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.4-adminc.21

2 years ago

1.0.4-alpha.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago