leogenot/craft-shopify

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:craft-plugin

dev-main 2024-03-13 15:35 UTC

This package is auto-updated.

Last update: 2024-04-27 09:16:23 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