Shopify
Install the CubieFlow app on your Shopify store and sync both directions.
- Auth
- OAuth 2.0
- Getting access
- Developer account
- Webhooks
- Supported
Integrations
Every integration uses the provider's official API with OAuth or API credentials, registers webhooks where the platform supports them, and reports its own sync health.
16+
Providers, all through official APIs
< 30 min
Median time to first connected channel
99.9%
Sync success rate after retries
7
Steps in every connection flow
Install the CubieFlow app on your Shopify store and sync both directions.
Connect with WooCommerce REST API consumer keys over HTTPS.
Selling Partner API, authorized per marketplace region.
Scoped OAuth consent for the eBay Sell APIs.
Etsy Open API v3 for shop, listing and receipt data.
Order and product sync for supported TikTok Shop seller regions.
Read charges, fees, refunds, balance and payouts for reconciliation.
Transaction, fee and settlement data via the PayPal REST APIs.
Online and in-person payments in one ledger — useful if you also sell at a counter or a market stall.
European local payment methods — iDEAL, Bancontact, SEPA — with a straightforward API.
Cards, UPI and netbanking for sellers in India, with settlement and fee reporting.
Cards and mobile financial services for sellers in Bangladesh. Sandbox is self-serve; live needs a merchant account.
One API across 100+ carriers. The fastest way to buy labels without a contract with each carrier.
Carrier aggregator with discounted USPS and UPS rates. Useful as a second source for rate shopping.
Direct DHL rates and labels on your own account number. Better rates than an aggregator once volume grows.
Rating, labels and tracking on your UPS account. Requires a UPS account number and developer registration.
Rates, labels and tracking through the FedEx Developer Portal, tied to your shipping account.
Global SMS with per-country routing and delivery receipts.
EU and APAC SMS routing, used as automatic failover.
Template messages and two-way conversations through the WhatsApp Business Platform.
Connect supported Facebook and Instagram business assets and catalogs.
Post sales, fees, refunds and payouts as journal entries, mapped to your chart of accounts.
The same ledger sync for Xero, with per-channel tracking categories.
Lightweight bookkeeping for smaller sellers — invoices and payments, no inventory ledger.
Any storefront you built yourself, via the CubieFlow REST API, SDK or webhooks.
Scoped keys, signed webhooks, idempotency and rate-limit headers.
How connecting works
Whichever provider you pick, the flow is identical — and if a step fails you see the reason, not a spinner.
Pick the platform and the region or marketplace you sell in.
OAuth consent or API credentials, entered over an encrypted channel.
Review exactly what CubieFlow will read and write.
We make a live call and confirm the credentials work.
Historical orders, products and customers are backfilled.
Endpoints registered and signature verification enabled.
Ongoing sync with status, history and error visibility.
You get the reason, the failing payload, a retry button and a reconnect path — plus the full sync history and error log.
Not every platform hands out credentials the same way, and it is worth knowing which is which before you plan a launch:
Built your own site?
Push orders in through the REST API, subscribe to webhooks for inventory and fulfilment changes, or use the SDK. Idempotency keys, signature verification and rate-limit headers are part of the contract.
curl https://api.cubieflow.com/v1/orders \
-H "Authorization: Bearer cf_live_••••" \
-H "Idempotency-Key: ord_2026_08_20_0001" \
-H "Content-Type: application/json" \
-d '{
"store_id": "st_9fj2",
"channel": "custom",
"currency": "USD",
"customer": { "email": "buyer@example.com" },
"line_items": [
{ "sku": "SKU-2400", "quantity": 2, "unit_price": 24.00 }
],
"shipping_address": { "country": "US", "postal_code": "10001" }
}'Most sellers have their primary store syncing before the coffee gets cold.