Retrieve per-order financial breakdowns (fees, discounts, taxes) for a Universe event via GraphQL

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

Steps

  1. Query event(id: "<event_id>") { orders { nodes { id buyer { firstName lastName email } orderItems { nodes { amount costBreakdown { currency fee discount } rate { name price salesAmount } } } costBreakdown { commission discount fee payment planFee price subtotal taxesTotal } } } }.
  2. Sum costBreakdown.subtotal and costBreakdown.taxesTotal across orders to reconcile against payout reports.
  3. Watch for the voided* cost-breakdown fields (e.g. voidedPrice, voidedTaxesTotal) which represent refunded/cancelled amounts.
  4. Use the orders connection's totalCount and a nodes(limit: ...) argument to page through large order lists instead of requesting every order in a single query.

Known gotchas

Related routes

Query event attendees, their ticket rate, and checkout-question answers via the Universe GraphQL API
universe.com · 4 steps · unrated
Retrieve and paginate Uber Eats Marketplace financial payouts and fee breakdowns via the Orders and Payments API
Uber Eats · 6 steps · unrated
Query detailed order, accounting, and contact data from Qualia via its GraphQL API for custom reporting
qualia.com · 5 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