Get Raw Product from eBay
GET//:domain/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.
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
- 200
- 403
- 500
OK
Response Headers
Content-Type
Forbidden
Response Headers
Content-Type
Internal Server Error
Response Headers
Content-Type