Handle order cancellations and refunds across channels

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

Steps

  1. On DoorDash Marketplace, call the merchant-initiated order cancellation endpoint with the DoorDash order ID and a cancel_reason from the accepted list (ITEM_OUT_OF_STOCK, STORE_CLOSED, KITCHEN_BUSY, or OTHER); note this requires allowlist access from your technical account manager
  2. On Uber Eats, call POST /eats/orders/{order_id}/cancel with the order UUID; if the order is already in a terminal state the API returns 404 — handle this gracefully
  3. To deny an inbound Uber Eats order before acceptance, use POST /eats/orders/{order_id}/deny_pos_order with a reason code
  4. For refunds on Uber Eats, refunds for missing or incorrect items are processed by Uber Eats on behalf of the restaurant; the refund amount is deducted from the restaurant's payout, not processed by the restaurant directly through the API
  5. Set up webhook listeners for cancellation events on each platform (e.g., DoorDash's ORDER_CANCELLED webhook) to detect platform-initiated cancellations and update your internal order state accordingly
  6. Log all cancellation events with order ID, reason, channel, and timestamp; use this data to identify recurring cancellation causes and address them in operations or menu management

Known gotchas

Related routes

Handle refunds and order cancellations on Olo Ordering API when a customer or operator cancels before dispatch
www.olo.com · 5 steps · unrated
Reconcile Extend shipping-protection contract refunds after an order cancellation using Extend's Orders API integration
docs.extend.com · 5 steps · unrated
Change or cancel a Duffel order and handle the refund or credit-shell outcome
duffel.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