Two-way sync
Changes in Recurly or Shopware instantly reflect in both systems. No stale data, no manual imports.
Keep Recurly and Shopware in sync without custom scripts. Cut weeks of integration work, eliminate silent data drift, and give your team a single, reliable source of truth.
Shopware runs the storefront — the catalog, the orders, and the buyers placing them. Recurly records the money behind those orders — invoices, revenue, payments, and the ledger the business closes on. The overlap is every customer, order, and product both sides need to agree on, and when that overlap is bridged by CSV export or an overnight batch, finance reconciles against stale numbers while the store quotes prices or stock the books no longer recognize.
Stacksync syncs Billing Info, Measured Units and Usage, Accounts, Subscriptions in Recurly with Orders, Order Line Items, Order Deliveries, Order Transactions in Shopware field by field, in real time, and in both directions. You decide which system owns which fields — an order's totals from Shopware, its paid-or-overdue state from Recurly — and Stacksync keeps every copy consistent and resolves conflicts by the rules you set.
The result is one shared record of who bought what and whether it has been paid, so the storefront, support, and the finance team all read from the same current data instead of re-keying it between systems.
Where both systems keep customer or buyer records, an edit in either propagates to the other, ending duplicate accounts and mismatched contact details.
Products, SKUs, and prices maintained on one side propagate to the other, so what the store sells and what the ledger books stay in step.
Refunds, cancellations, and credit notes raised in either system update the corresponding record in the other, keeping balances honest on both sides.
Representative objects on each side — any object or custom field can map to any target. Schemas are auto-detected; types are converted between the two systems.
| Recurly objects | Shopware objects | How this pairing syncs | |
|---|---|---|---|
| Invoices Charge and credit billing documents; read-heavy for revenue reporting, and creatable through Purchases for one-off charges. | Order Transactions Payment records (`order_transaction`) holding payment method and state; read to reconcile against a billing or finance system. | Invoices is specific to Recurly and Order Transactions to Shopware — each maps to any object or custom field on the other side. | |
| Transactions Individual payment attempts — captures, refunds, and voids; typically read into a warehouse for reconciliation and dunning analysis. | Sales Channels Per-storefront configuration (`sales_channel`); used to scope and consolidate orders and customers across multiple storefronts. | Transactions is specific to Recurly and Sales Channels to Shopware — each maps to any object or custom field on the other side. | |
| Line Items One-time charges and credits on an account outside a subscription; synced for accurate revenue and adjustment reporting. | Media Media assets (`media`) such as product images; referenced by id so file URLs and metadata sync into downstream catalogs. | Line Items is specific to Recurly and Media to Shopware — each maps to any object or custom field on the other side. | |
| Coupons and Redemptions Discount definitions and their application to accounts and subscriptions; read for discount and promotion analysis. | Products The product catalog (`product`), including parent/child variants, per-currency nested price arrays, and stock; synced two-way with ERP, PIM, or a database. | Coupons and Redemptions is specific to Recurly and Products to Shopware — each maps to any object or custom field on the other side. | |
| Billing Info Tokenized payment method (card/ACH) on an account; written when onboarding customers and read for payment-health signals (never stores raw card numbers). | Categories The navigation and catalogue tree (`category`); mapped to product taxonomy in a warehouse or written from a PIM. | Billing Info is specific to Recurly and Categories to Shopware — each maps to any object or custom field on the other side. | |
| Measured Units and Usage Metered-billing units; usage records are posted to a subscription before each bill run for consumption-based pricing. | Customers Storefront customer accounts (`customer`) with addresses and group; synced two-way with a CRM or support tool. | Measured Units and Usage is specific to Recurly and Customers to Shopware — each maps to any object or custom field on the other side. |
Each direction of the sync is driven by what the source system can signal and what the destination accepts — detection, delivery, and expected latency below.
DetectionRecurly notifies Stacksync of record changes through webhook events. Webhooks (JSON or XML, one format per endpoint) for account, subscription, payment, and invoice events, plus incremental polling of list endpoints.
DeliveryEach detected change is written to Shopware through its API, with automatic retries and rate-limit backoff.
DetectionShopware notifies Stacksync of record changes through webhook events. App-system webhooks on entity events (product.written, order.written, customer.written) deliver the changed record's primaryKey and updated field.
DeliveryEach detected change is written to Recurly through its API, with automatic retries and rate-limit backoff.
Real-time sync, workflow automation, event queues, EDI, and monitoring, for every Recurly–Shopware connection.
Changes in Recurly or Shopware instantly reflect in both systems. No stale data, no manual imports.
Trigger automated workflows whenever Recurly or Shopware data changes, update records, fire webhooks, or kick off sequences without brittle API scripts.
Handle millions of events per minute without losing a single Recurly or Shopware record.
Track your Recurly ⇄ Shopware sync health, view errors, and replay failed events in one click.
Transform legacy EDI complexity into simple database interactions between Recurly and Shopware.
Configure and sync within minutes, no code. Whether you sync 50k or 100M+ records, Stacksync handles the queues, infra, and plumbing. Integrations are non-invasive and need zero setup on your systems.
Authenticate Recurly and Shopware with each platform's native method — OAuth, API keys, or service accounts — plus secure options like SSH tunneling, IP whitelisting, and VPC peering.
Pick the Recurly and Shopware objects to sync — Stacksync auto-detects both schemas, including custom fields where the platform exposes them. Sync to existing tables, or let Stacksync create new ones with ideal data types.
Fields map automatically even when names and types differ. Stacksync handles transformation and type casting for you, zero configuration required.
Yes. Stacksync provides a managed, real-time two-way integration between Recurly and Shopware: authenticate both systems, choose the objects to sync (such as Recurly's Invoices and Transactions), map fields visually, and changes propagate both ways in milliseconds — no code required.
Yes. Each object mapping can be bidirectional or restricted to a single direction (both systems accept writes). Read-only mirrors, one-way pushes, and full two-way sync can be mixed in the same integration.
Common patterns for Recurly and Shopware: One customer master; Catalog and pricing stay aligned; Refunds and credits reconcile. Where both systems keep customer or buyer records, an edit in either propagates to the other, ending duplicate accounts and mismatched contact details.
Recurly: REST API (V3, date-versioned; legacy V2 XML API also exists). Authentication: API key via HTTP Basic auth (key as username, blank password); keys are per-site, with separate sandbox and production keys. Shopware: Admin API (REST / JSON:API) with a bulk POST /api/_action/sync endpoint. Authentication: OAuth 2.0 — client-credentials grant using an Integration's Access Key ID + Secret Access Key, or resource-owner password grant for a user; access tokens expire after 10 minutes. Stacksync manages authentication, retries, and rate limits on both sides.
Recurly: The V3 API is date-versioned — clients pin a version such as v2021-02-25 via the Accept header (application/vnd.recurly.v2021-02-25), and an unsupported version returns HTTP 406. Shopware: Prices are stored per currency as a nested price array with net and gross values, and products model variants as parent/child rows, so field mappings must handle nested structures. Stacksync's field mapping accounts for these differences between Recurly and Shopware without custom code.
Stacksync is SOC 2 Type II and ISO 27001 certified with HIPAA BAA support. Data is encrypted in transit, and a zero-persistent-storage architecture means Recurly and Shopware records are not retained after a sync operation.
As a data company, we understand the importance of keeping your data secure. Stacksync is built with security best practices to keep your data safe at every layer, and is DPF-certified for US, EU, UK and CH data transfers.
Let your users access Stacksync from your centralized user management systems. Works with Okta, Azure, Google SSO and more.
Immediately get alerted about record syncing issues over email, Slack, PagerDuty and WhatsApp. Resolve issues from a centralized dashboard with retry and revert options.
Securely connects to your systems with:
Every pair below is a real-time, two-way sync. Search all 459 integrations available for Recurly and Shopware.