Introduction
Partner Console pulls your revenue and lifecycle data from the Shopify Partner API on its own. The developer API exists for everything only your app knows: who the merchant is, what they do inside the app, and where they came from.
Base URL: https://partnerconsole.co/api/v1
All requests are JSON over HTTPS from your app’s backend. There is no client SDK to install; every integration in these docs is a plain HTTP call.
The three integrations that matter
Section titled “The three integrations that matter”- Identify: push the merchant’s name, contact email and custom fields whenever they change. Takes one call per update.
- Usage events: report meaningful in-app actions (and page views) as they happen. This powers behavior analytics, funnels, usage metrics and flow triggers.
- Attribution: when a referred merchant installs, forward the referral code so the affiliate gets credit.
Start with identify; it’s the smallest and every other feature benefits from it.