statamic-rad-pack / shopify
A Shopify Addon for Statamic
v7.2.0
2026-03-06 09:54 UTC
Requires
- laravel/prompts: ^0.3.12
- pixelfear/composer-dist-plugin: ^0.1
- shopify/shopify-api: ^6.1.1
- statamic/cms: ^6.0
Requires (Dev)
- jasonmccreary/laravel-test-assertions: ^2.0
- laravel/pint: ^1.0
- mockery/mockery: ^1.3.3
- orchestra/testbench: ^10.0.2
- phpunit/phpunit: ^11.0
- spatie/laravel-ray: *
- dev-main
- v7.2.0
- v7.1.0
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v6.5.0
- v6.4.3
- v6.4.2
- v6.4.1
- v6.4.0
- v6.3.0
- v6.2.2
- v6.2.1
- v6.2.0
- v6.1.0
- v6.0.0
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.7
- v5.0.6
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.1
- v3.3.0
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0
- v2.0.0-beta1
- v1.x-dev
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.0
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.3
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta1
- 0.4.0
- 0.3.0
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.2
- dev-chore/add-failed-import-logging-and-event
- dev-fix/code-tidy
- dev-feature/markets
- dev-feature/add-multi-shopify
- dev-chore/statamic-v6
- dev-fix/duplicate-variants-being-created
This package is auto-updated.
Last update: 2026-03-06 20:19:32 UTC
README
Statamic Shopify
A Statamic addon that integrates Shopify with Statamic CMS. Use Shopify for world-class ecommerce while building your storefront with Antlers.
Live Demo — Documentation — Issues — Discussions
Requirements
- PHP 8.3 or 8.4
- Laravel 12
- Statamic 6
Features
- Import products, variants, images, and collections from Shopify into Statamic
- Real-time sync via Shopify webhooks (products, orders, collections, customers)
- Antlers tags for frontend product display, cart, and customer account pages
- Control Panel UI for triggering imports and managing variants
- User sync between Statamic and Shopify
- Metafields support with a swappable parser
- Multisite / localisation support
- Multi-store support (unified, localized, and markets modes)
- Works with flat-file or database-backed Statamic
Installation
Install via Composer:
composer require statamic-rad-pack/shopify
Publish the config file:
php artisan vendor:publish --tag=shopify-config
Publish the frontend JS assets (optional, for Storefront API cart integration):
php artisan vendor:publish --tag=shopify-scripts
Documentation
Full documentation on configuration, webhooks, Antlers tags, multi-store setup, and more is available at statamic-shopify-docs.vercel.app.
Issues & Feedback
Please open an issue on GitHub if you encounter a problem.
To propose a new feature, start a discussion.