List product reviews
Read ratings and reviews for an eBay catalog product. Product identifiers are distinct from item identifiers.
Capability ID
ebay.product.reviews.list
Cost
1 credit per request
Maximum runtime
180 seconds
POST
/execute
Shared execution endpoint
Input parameters
page
integer
optional
One-based result page to fetch.
Example
1
product_id
string
required
Product identifier.
Example
5031559411
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.