Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
medusa-source-shopify
Advanced tools
Source plugin that allows users to import products from a Shopify store
Migrate your products and categories from Shopify to Medusa.
Medusa Website | Medusa Repository
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
}
}
];
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.
FAQs
Source plugin that allows users to import products from a Shopify store
The npm package medusa-source-shopify receives a total of 33 weekly downloads. As such, medusa-source-shopify popularity was classified as not popular.
We found that medusa-source-shopify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.