Skip to main content

  • API License Agreement Update: We have made significant enhancements to our API License Agreement, including detailed data protection measures and compliance with international regulations. Important restrictions have been applied to the use of Restricted APIs and AI content. Developers must review the updated agreement to ensure compliance.
  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here.

The Feedback API includes resources for retrieving items awaiting feedback, retrieving and submitting feedback entries, providing feedback rating summaries, and responding to feedback. These methods allow users to manage feedback across buying and selling activities.

Note: Feedback is tracked at the line item level within an order, not for the whole order. Each line item can have its own feedback record.

awaiting_feedback

Method NameHTTP MethodPathSummarySamples
getItemsAwaitingFeedbackGET/awaiting_feedbackRetrieves a list of line items for which feedback is pending from the user based on their role.View getItemsAwaitingFeedback - /awaiting_feedback

feedback

Method NameHTTP MethodPathSummarySamples
getFeedbackGET/feedbackRetrieves a list of feedback entries from the user based on their role.View getFeedback - /feedback
leaveFeedbackPOST/feedbackSubmit feedback associated with a line item for an order partner.View leaveFeedback - /feedback

feedback_rating_summary

Method NameHTTP MethodPathSummarySamples
getFeedbackRatingSummaryGET/feedback_rating_summaryReturns a categorized summary of feedback metrics for an eBay seller, filtered by criteria.View getFeedbackRatingSummary - /feedback_rating_summary

respond_to_feedback

Method NameHTTP MethodPathSummarySamples
respondToFeedbackPOST/respond_to_feedbackRespond to feedback provided by the order partner on a specific line item in an order.View respondToFeedback - /respond_to_feedback