CubieFlow 1.0 is here — everything you need to run your online business in one flow.

Integrations

Connect everything you already sell on

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

Storefront

2 integrations
SHConnected

Shopify

Install the CubieFlow app on your Shopify store and sync both directions.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Supported
View connection flow
WOConnected

WooCommerce

Connect with WooCommerce REST API consumer keys over HTTPS.

Auth
API credentials
Getting access
Self-serve
Webhooks
Supported
View connection flow

Sales channel

4 integrations
AMSyncing

Amazon

Selling Partner API, authorized per marketplace region.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Polling
View connection flow
EBAvailable

eBay

Scoped OAuth consent for the eBay Sell APIs.

Auth
OAuth 2.0
Getting access
Self-serve
Webhooks
Supported
View connection flow
ETAvailable

Etsy

Etsy Open API v3 for shop, listing and receipt data.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Polling
View connection flow
TIAvailable

TikTok Shop

Order and product sync for supported TikTok Shop seller regions.

Auth
OAuth 2.0
Getting access
App review
Webhooks
Supported
View connection flow

Payments

6 integrations
STConnected

Stripe

Read charges, fees, refunds, balance and payouts for reconciliation.

Auth
OAuth 2.0
Getting access
Self-serve
Webhooks
Supported
PAConnected

PayPal

Transaction, fee and settlement data via the PayPal REST APIs.

Auth
API credentials
Getting access
Self-serve
Webhooks
Supported
SQAvailable

Square

Online and in-person payments in one ledger — useful if you also sell at a counter or a market stall.

Auth
OAuth 2.0
Getting access
Self-serve
Webhooks
Supported
MOAvailable

Mollie

European local payment methods — iDEAL, Bancontact, SEPA — with a straightforward API.

Auth
OAuth 2.0
Getting access
Self-serve
Webhooks
Supported
RAAvailable

Razorpay

Cards, UPI and netbanking for sellers in India, with settlement and fee reporting.

Auth
API key
Getting access
Self-serve
Webhooks
Supported
SSAvailable

SSLCommerz

Cards and mobile financial services for sellers in Bangladesh. Sandbox is self-serve; live needs a merchant account.

Auth
API credentials
Getting access
Developer account
Webhooks
Supported

Shipping

5 integrations
EAConnected

EasyPost

One API across 100+ carriers. The fastest way to buy labels without a contract with each carrier.

Auth
API key
Getting access
Self-serve
Webhooks
Supported
SHAvailable

Shippo

Carrier aggregator with discounted USPS and UPS rates. Useful as a second source for rate shopping.

Auth
API key
Getting access
Self-serve
Webhooks
Supported
DHConnected

DHL Express

Direct DHL rates and labels on your own account number. Better rates than an aggregator once volume grows.

Auth
API credentials
Getting access
Developer account
Webhooks
Supported
UPAvailable

UPS

Rating, labels and tracking on your UPS account. Requires a UPS account number and developer registration.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Supported
FEAvailable

FedEx

Rates, labels and tracking through the FedEx Developer Portal, tied to your shipping account.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Supported

Messaging

3 integrations
TWConnected

Twilio

Global SMS with per-country routing and delivery receipts.

Auth
API credentials
Getting access
Self-serve
Webhooks
Supported
MEConnected

MessageBird

EU and APAC SMS routing, used as automatic failover.

Auth
API key
Getting access
Self-serve
Webhooks
Supported
WHAvailable

WhatsApp Business

Template messages and two-way conversations through the WhatsApp Business Platform.

Auth
OAuth 2.0
Getting access
App review
Webhooks
Supported

Marketing

1 integration
MEAvailable

Meta (Facebook & Instagram)

Connect supported Facebook and Instagram business assets and catalogs.

Auth
OAuth 2.0
Getting access
App review
Webhooks
Supported
View connection flow

Accounting

3 integrations
QUAvailable

QuickBooks Online

Post sales, fees, refunds and payouts as journal entries, mapped to your chart of accounts.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Supported
XEAvailable

Xero

The same ledger sync for Xero, with per-channel tracking categories.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Supported
WAAvailable

Wave

Lightweight bookkeeping for smaller sellers — invoices and payments, no inventory ledger.

Auth
OAuth 2.0
Getting access
Developer account
Webhooks
Polling

Developer

2 integrations
CUAvailable

Custom website

Any storefront you built yourself, via the CubieFlow REST API, SDK or webhooks.

Auth
API key
Getting access
Self-serve
Webhooks
Supported
View connection flow
DEConnected

Developer API

Scoped keys, signed webhooks, idempotency and rate-limit headers.

Auth
API key
Getting access
Self-serve
Webhooks
Supported

How connecting works

The same seven steps, every time

Whichever provider you pick, the flow is identical — and if a step fails you see the reason, not a spinner.

  1. 1

    Choose provider

    Pick the platform and the region or marketplace you sell in.

  2. 2

    Authorize

    OAuth consent or API credentials, entered over an encrypted channel.

  3. 3

    Permission scopes

    Review exactly what CubieFlow will read and write.

  4. 4

    Test connection

    We make a live call and confirm the credentials work.

  5. 5

    Initial sync

    Historical orders, products and customers are backfilled.

  6. 6

    Register webhooks

    Endpoints registered and signature verification enabled.

  7. 7

    Connected

    Ongoing sync with status, history and error visibility.

  8. If it fails

    You get the reason, the failing payload, a retry button and a reconnect path — plus the full sync history and error log.

A note on getting API access

Not every platform hands out credentials the same way, and it is worth knowing which is which before you plan a launch:

  • Self-serveKeys in minutes from a dashboard — WooCommerce, eBay, Stripe, PayPal, carriers, SMS gateways.
  • Developer accountRegister as a developer and wait for approval — Shopify, Amazon Selling Partner, Etsy.
  • App reviewA submitted review with a verified business, often weeks — Meta, WhatsApp, TikTok Shop.

Built your own site?

Custom storefronts are a first-class integration

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" }
  }'

Connect your first channel in under thirty minutes

Most sellers have their primary store syncing before the coffee gets cold.