A DatoCMS plugin that allows editors to search and select Shopify resources (products, variants, collections) directly within DatoCMS JSON fields.
This plugin is built using the DatoCMS Plugin SDK and wouldn't be possible without the Shopify Product DatoCMS Plugin as a reference.
Managing e-commerce content across multiple platforms can be challenging. This plugin bridges the gap between DatoCMS and Shopify by:
https://your-store.myshopify.com
)The plugin supports the following Shopify resources:
Further resource types may be added in the future and can be requested via the issue tracker.
# Install dependenciesnpm install
# Start development servernpm run dev
# Build for productionnpm run build
Contributions are welcome! Please follow these steps:
git checkout -b feature/amazing-feature
)git commit -m 'Add amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support, please:
Created and maintained by Rob Watkiss. For more information about DatoCMS plugins, visit the DatoCMS documentation.