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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Path parameters:

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

Request

Responses

OK

Response Headers
    Content-Type