torqit/shopify-syndicator-bundle

Moves product information from Pimcore projects to Shopify stores.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

Type:pimcore-bundle

pkg:composer/torqit/shopify-syndicator-bundle

v0.1.0 2026-02-27 14:40 UTC

README

Seamlessly sync your Pimcore product catalog to Shopify stores.

The Shopify Syndicator Bundle provides enterprise-grade product syndication from Pimcore to Shopify. It automatically detects product changes, intelligently batches them for optimal API efficiency, and keeps your Shopify storefront perfectly synchronized with your Pimcore PIM.

✨ Key Features

  • Automatic Change Detection — Monitors Pimcore DataObject events and captures creates, updates, and deletes in real-time
  • Intelligent Batching — Groups changes into optimized batches to maximize Shopify API efficiency
  • Queue-Based Architecture — Leverages Symfony Messenger for reliable, scalable background processing
  • Flexible Sync Options — Supports immediate sync for urgent updates and staged sync for automatic batching
  • Full Observability — Integrated with Pimcore Application Logger for complete audit trails

📚 Documentation

Guide Description
Installation & Setup Get up and running in minutes
Configuration Reference All available configuration options
How It Works Deep dive into the sync architecture

🚀 Quick Start

composer require torqit/shopify-syndicator-bundle
# config/packages/shopify_syndicator.yaml
shopify_syndicator:
    pimcore_product_class_id: "Product"

See the Installation Guide for complete setup instructions.

License

This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.

See LICENSE.md for full license text.