1.2.10 • Published 11 months ago

medusa-source-shopify v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.10

11 months ago

1.2.9

2 years ago

1.2.8-rc.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.5-alpha.0

2 years ago

1.2.4

2 years ago

1.2.3

3 years ago

1.2.4-alp.0

3 years ago

1.2.3-next.0

3 years ago

1.2.3-nxt.0

3 years ago

1.2.4-alpha.0

3 years ago

1.2.3-test.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.1-next.24

3 years ago

1.2.1-nxt.129

3 years ago

1.2.1-next.27

3 years ago

1.2.1-next.26

3 years ago

2.0.0-next.0

3 years ago

1.2.1-next.44

3 years ago

1.2.1-next.41

3 years ago

1.2.1-next.101

3 years ago

1.2.1-next.100

3 years ago

1.2.1-next.35

3 years ago

1.2.1-nxt.130

3 years ago

1.2.1-next.108

3 years ago

1.2.0

3 years ago

1.0.6

3 years ago

1.0.7-next.0

3 years ago

1.2.1-next.14

3 years ago

1.1.2-dev.56

3 years ago

1.0.6-alpha.63

3 years ago

1.1.2-dev.53

3 years ago

1.1.1-canary.7

3 years ago

1.1.1-canary.6

3 years ago

1.1.1-canary.4

3 years ago

1.1.1-canary.3

3 years ago

1.1.2-dev.47

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.1-canary.2

3 years ago

1.1.1-canary.1

3 years ago

1.1.1-canary.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.4-adminc.21

3 years ago

1.0.4-alpha.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago