ebay_leave_feedback_for_buyer
Submit feedback for an eBay buyer by providing the order line item ID, rating type (positive, neutral, or negative), and comment text.
Instructions
Leave feedback for a buyer. Provide orderLineItemId, commentType (POSITIVE/NEUTRAL/NEGATIVE), and commentText.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | No | Array of up to 5 images | |
| listingId | No | The listing ID related to the transaction | |
| commentText | No | The feedback comment text (max 500 characters) | |
| commentType | No | Overall rating: POSITIVE, NEUTRAL, or NEGATIVE | |
| sellerRatings | No | Array of seller performance ratings | |
| transactionId | No | The unique identifier of the transaction | |
| orderLineItemId | No | The unique identifier of the line item |