Skip to main content

Get Raw eBay Order

GET 

/api/ebay/:integrationInstance/orders/:order/raw

Fetch the order directly from the eBay Fulfillment API and return the live payload as eBay serves it (not the locally cached copy). Useful for verifying what eBay currently reports for the order.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Path parameters:

  • integrationInstance (integer): The eBay integration instance ID.
  • order (integer): The local eBay order record ID.

Request

Responses

OK

Response Headers
    Content-Type