Authenticate to Zuora and manage orders via the Zuora Orders API

domain: zuora · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain a Zuora OAuth client ID and client secret from Zuora Settings > Administration > Security > OAuth Clients; clients can be scoped to specific permissions.
  2. Request an access token by POSTing to https://{tenant}.zuora.com/oauth/token with form body 'grant_type=client_credentials', 'client_id', and 'client_secret'; the response contains an 'access_token' valid for a limited period (typically one hour).
  3. Include 'Authorization: Bearer {access_token}' in all subsequent API requests; also include 'Content-Type: application/json'.
  4. Use the Orders API (POST /v1/orders) to create, amend, suspend, resume, or cancel subscriptions atomically — the Orders API supersedes the older Subscriptions API for complex subscription lifecycle operations.
  5. An order request contains 'existingAccountNumber' (or new account details), 'orderDate', and 'subscriptions' array; each subscription entry includes 'orderActions' array describing what to do (e.g., 'CreateSubscription', 'AddProduct', 'UpdateProduct').
  6. Retrieve order results and subscription IDs from the response; use GET /v1/subscriptions/accounts/{accountKey} to list all subscriptions for a customer account.

Known gotchas

Related routes

Authenticate Orderry API calls using an employee API key and short-lived token.
orderry.readme.io · 5 steps · unrated
Authenticate to the Universe API and retrieve guestlists and orders
universe.com · 5 steps · unrated
Authenticate and create a customer/order object in Rose Rocket's platform API
roserocket.readme.io · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans