Skip to main content

Managing Merchants

These endpoints operate on your partner account as a whole. They are authenticated with X-API-Key + X-API-Secret only — no merchant key. See Partner Authentication.

List connected merchants

Only merchants with an active integration with your platform are returned. This is the authoritative answer to “who is connected to me” — use it to reconcile against the store_onboarded webhooks you have processed.
Merchant keys are not included here. They are delivered only in the store_onboarded webhook — see Onboarding Merchants.

Disconnect a merchant

This deactivates your integration on that merchant’s store. The merchant’s Wava account is unaffected — only the link to your platform is removed. The store disappears from GET /v1/partners/stores and its events stop reaching your webhook URL.

Analytics

All analytics endpoints are scoped to the merchants connected to your platform. Every one of them accepts:
store_id narrows results to a single merchant on /analytics/orders only. The other analytics endpoints always aggregate across every merchant connected to you.
Invalid query parameters return 400 with a validation error listing the offending fields.