datocms-plugin-shopify-multi-store-connector
v1.0.1
Published
This Plugin provides multistore connection to support product, collections, variants. This is built upon https://github.com/robwatkiss/datocms-plugin-shopify-instance-selector
Readme
Shopify Multi Store Connector
This Plugin provides multistore connection to support product, collections, variants
Features
- Allows Selection of Products,Collections,Variants from Shopify
- Support Multistore configurations.
Setup
Install dependencies
Go to the plugin directory:
cd prevent-unpublish pnpm installStart the development server
pnpm devRegister the plugin in DatoCMS
- Go to your DatoCMS project > Settings > Plugins > Add new plugin
- Use the local development URL provided by
pnpm dev(usuallyhttp://localhost:5173)
Add Applicable Shopify Stores
- Add Applicable Shopify Stores and their Storefront API Details.
Development
- The main logic is in
src/main.tsx. - The plugin uses the DatoCMS Plugin SDK and React UI components.
For more details, see the code and comments in src/main.tsx.
