Releases
v7.0.4 2/14/2026
v7.0.3 2/14/2026
v7.0.2 2/14/2026
v7.0.1 2/14/2026
What's Changed
- Remove scripts in service provider by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/321
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v7.0.0...v7.0.1
v7.0.0 1/29/2026
What's Changed
- Statamic v6 by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/315
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.5.0...v7.0.0
v6.5.0 1/12/2026
What's Changed
- Add name, status and status url back to query nodes by @GarethFrost in https://github.com/statamic-rad-pack/shopify/pull/318
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.4.3...v6.5.0
v6.4.3 1/12/2026
What's Changed
- Add check for if status context exists on custormerOrders function by @GarethFrost in https://github.com/statamic-rad-pack/shopify/pull/317
New Contributors
- @GarethFrost made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/317
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.4.2...v6.4.3
v6.4.2 8/4/2025
What's Changed
- Update slug when product handle updates by @daun in https://github.com/statamic-rad-pack/shopify/pull/314
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.4.1...v6.4.2
v6.4.1 7/31/2025
What's Fixed
- Propagate Shopify translations to entry localizations by @daun in https://github.com/statamic-rad-pack/shopify/pull/313
- Better setup docs by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/310
- A bit more docs by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/311
- Add docs section on product creation webhook by @daun in https://github.com/statamic-rad-pack/shopify/pull/312
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.4.0...v6.4.1
v6.4.0 7/25/2025
What's Changed
- Allow sales channel to be determined by a config value by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/309
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.3.0...v6.4.0
v6.3.0 7/24/2025
What's Changed
- Only display
fromprefix if prices differ by @daun in https://github.com/statamic-rad-pack/shopify/pull/305 - Count negative inventory values as out of stock by @daun in https://github.com/statamic-rad-pack/shopify/pull/307
- Add .env var for api_version by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/308
- Pass currency and price to out of stock message @daun in https://github.com/statamic-rad-pack/shopify/pull/306
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.2.2...v6.3.0
v6.2.2 7/21/2025
What's Fixed
- Fix entry creation errors by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/302
- Ensure inventory_policy checks are lower cased by @ryanmitchell in https://github.com/statamic-rad-pack/shopify/pull/304
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.2.1...v6.2.2
v6.2.1 7/16/2025
What's Fixed
- Update frontend examples by @daun in https://github.com/statamic-rad-pack/shopify/pull/301
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.2.0...v6.2.1
v6.2.0 7/15/2025
What's New
- Apply price hook across products and variants by @daun in https://github.com/statamic-rad-pack/shopify/pull/300
What's Fixed
- Enable variants fieldtype for entries stored in database by @daun in https://github.com/statamic-rad-pack/shopify/pull/299
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.1.0...v6.2.0
v6.1.0 7/13/2025
What's Changed
- Use actual CP url for fetching product list by @daun in https://github.com/statamic-rad-pack/shopify/pull/296
- Adjust CP nav to work with customized taxonomy handles and names by @daun in https://github.com/statamic-rad-pack/shopify/pull/295
- Filter taxonomies before importing by @daun in https://github.com/statamic-rad-pack/shopify/pull/297
- Get multisite product collection import working by @daun in https://github.com/statamic-rad-pack/shopify/pull/294
New Contributors
- @daun made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/296
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v6.0.0...v6.1.0
v6.0.0 5/29/2025
🚀 New
- Remove RestAPI calls and move entirely to GraphQL @ryanmitchell (#290)
- Configurable Statamic collection handle @johncarter- (#283)
v5.3.1 5/20/2025
🐛 Fixed
- Ensure we remove CSRF both old and new ways @ryanmitchell (#289)
🧰 Maintenance
- Some docs clarifications @ryanmitchell (#275)
v5.3.0 4/25/2025
🚀 New
- Add product-price hook @ryanmitchell (#286)
🐛 Fixed
- Publish date should be lt not gt @ryanmitchell (#284)
- Document setting of ENV Variables @anditopping (#273)
v5.2.0 1/29/2025
🚀 New
- Remove hardcoded API version from JS client @ryanmitchell (#272)
- Use storage facade to get real path @ryanmitchell (#271)
v5.1.0 1/3/2025
🚀 New
- Update address forms to support precognition @ryanmitchell (#269)
🐛 Fixed
- Only show Nav group if user has some access @ryanmitchell (#268)
- Pass Alpine instance to createStore and createData @ryanmitchell (#267)
v5.0.7 12/3/2024
🐛 Fixed
- Update quantities correctly @ryanmitchell (#265)
v5.0.6 11/29/2024
🐛 Fixed
- Fix created_at on order create @ryanmitchell (#263)
v5.0.5 11/29/2024
🐛 Fixed
- Fix how we set publish status on products @ryanmitchell (#261)
v5.0.4 11/28/2024
🐛 Fixed
- Update publishable views to Alpine @ryanmitchell (#260)
- Handle empty images in import @ryanmitchell (#259)
v5.0.3 11/22/2024
🐛 Fixed
- Installing blueprint should use YAML file, not YAML parse @ryanmitchell (#257)
v5.0.2 11/14/2024
🐛 Fixed
- Fix incorrect variable name on order create @ryanmitchell (#255)
v5.0.1 11/4/2024
Fix bad release
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v5.0.0...v5.0.1
v5.0.0 11/4/2024
🚀 New
- Move to shopfront-api checkouts, provide agnostic JS and alpine helper @ryanmitchell (#241)
Fixed
- Types needs renamed to type in the product template @sunscreem (#246)
v4.0.6 10/27/2024
What's Changed
- Prevent current timestamp being added to draft products by @sunscreem in https://github.com/statamic-rad-pack/shopify/pull/245
New Contributors
- @sunscreem made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/245
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v4.0.5...v4.0.6
v4.0.5 10/17/2024
🐛 Fixed
- Mirror pagination change to fetchCollections @ryanmitchell (#244)
🧰 Maintenance
- We don't need Product Create on setup @ryanmitchell (#243)