leogenot / craft-shopify
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- php: >=8.0.2
- carlcs/craft-redactorcustomstyles: ^4.0
- craftcms/cms: ^4.7.0
- craftcms/redactor: ^3.0
- nystudio107/craft-code-field: 4.0.12
- phpclassic/php-shopify: ^1.2.9
- spicyweb/craft-neo: 4.0.3
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2025-03-27 11:08:19 UTC
README
Craft CMS 4 plugin to handle Shopify products syncing
Installation:
composer require leogenot/craft-shopify
(Make sure you install all other dependencies in Craft plugins section before installing Craft-Shopify)
Add this to your .env file:
SHOPIFY_STOREFRONT_KEY=
SHOPIFY_ADMIN_ACCESS_TOKEN=
SHOPIFY_API_KEY=
SHOPIFY_API_SECRET_KEY=
SHOPIFY_HOSTNAME=
SHOPIFY_WEBHOOK_SECRET=
Usage
You can now:
- Sync products from Shopify to Craft (if you have pre-existing products in Shopify)
- Sync products created in Craft to Shopify