Process eBay orders and upload shipment tracking via the Sell Fulfillment API

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

Steps

  1. Authenticate with an OAuth user token using the `https://api.ebay.com/oauth/api_scope/sell.fulfillment` scope.
  2. Call `GET https://api.ebay.com/sell/fulfillment/v1/order` with `filter=orderfulfillmentstatus:{NOT_STARTED|IN_PROGRESS}` to retrieve open orders; paginate using `limit` and `offset`.
  3. For each order, review `lineItems` for item details and `fulfillmentStartInstructions` for ship-to address and carrier service level.
  4. When the package ships, call `POST https://api.ebay.com/sell/fulfillment/v1/order/{orderId}/shipping_fulfillment` with the `trackingNumber`, `shippingCarrierCode`, and optionally `shippedDate`.
  5. This call has no response payload on success (HTTP 201); verify via `GET /order/{orderId}/shipping_fulfillment` to confirm the fulfillment record was created.
  6. For contested payment disputes, create a shipping fulfillment with tracking evidence for all disputed line items to support resolution.

Known gotchas

Related routes

Create an order and retrieve fulfillment tracking via the ShipBob Developer API
developer.shipbob.com · 6 steps · unrated
fulfill a shopify order using the fulfillment orders api (modern fulfillment flow)
shopify.com · 6 steps · unrated
Sync multi-SKU secondhand inventory to eBay using the Sell Inventory and Fulfillment APIs
developer.ebay.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