ebay_leave_feedback_for_buyer
Leave feedback for a buyer on eBay by providing the order line item ID, comment type (POSITIVE/NEUTRAL/NEGATIVE), and comment text.
Instructions
Leave feedback for a buyer. Provide order_line_item_id, comment_type (POSITIVE/NEUTRAL/NEGATIVE), and comment_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_text | No | The feedback comment text (max 500 characters) | |
| comment_type | No | Overall rating: POSITIVE, NEUTRAL, or NEGATIVE | |
| images | No | Array of up to 5 images | |
| listing_id | No | The listing ID related to the transaction | |
| order_line_item_id | No | The unique identifier of the line item | |
| seller_ratings | No | Array of seller performance ratings | |
| transaction_id | No | The unique identifier of the transaction |