Your Shopify talks to ShipStation. ShipStation talks to Klaviyo. Klaviyo talks to Stripe. Stripe talks to Zendesk. That's 5 vendors, 5 keys, 5 invoices. MeterCall routes all of them through one gateway — bring your own upstream credentials, pay per call, ship the workflow tonight.
Real workflows. Real vendors. No middleware consultant.
Your Shopify Admin token goes in X-Upstream-Auth. We proxy, meter, and bill per call. Shopify bills you for Shopify. We bill for the toll.
# Pull the last 50 orders from YOUR_SHOP via MeterCall curl https://gateway.treecommand.ai/shopify/YOUR_SHOP/admin/api/2024-10/orders.json?limit=50 \ -H "Authorization: Bearer nxs_live_YOUR_MAINFRAME_KEY" \ -H "X-Upstream-Auth: Bearer shpat_YOUR_SHOPIFY_ADMIN_TOKEN" # Same gateway, next hop: trigger a Klaviyo post-purchase flow curl https://gateway.treecommand.ai/klaviyo/api/events/ \ -H "Authorization: Bearer nxs_live_YOUR_MAINFRAME_KEY" \ -H "X-Upstream-Auth: Klaviyo-API-Key pk_YOUR_KLAVIYO_KEY" \ -H "Content-Type: application/json" \ -d '{ "data":{"type":"event","attributes":{ "properties":{"OrderId":"5001"}, "metric":{"data":{"type":"metric","attributes":{"name":"Placed Order"}}}, "profile":{"data":{"type":"profile","attributes":{"email":"buyer@acme.com"}}} }} }'
Shopify keeps charging Shopify rates. Klaviyo keeps charging Klaviyo rates. We charge the toll on the gateway.
Zapier is a great partner for no-code flows — we're the raw gateway for ops teams that ship their own code and want per-call metering across every vendor.
Get beta access