Skip to main content

Get Raw Product from eBay

GET 

/api/ebay/:integrationInstance/products/:product/raw

Fetch the raw eBay GetItem response for a single listing, live from eBay's Trading API. Powers the "Load Raw Data from eBay" button on the listing detail page.

Not yet available to API tokens

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

The data is not persisted — it reflects the live eBay state.

Returns 403 if the product doesn't belong to the given integration instance. Returns 500 if eBay's API call fails (e.g. credentials not configured).

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type