GetFeedbackRequestType

Retrieves the accumulated feedback left for a specified user or the summary feedback data for a specific order line item or item listing. Also for Half.com.

Fields

CommentType ( CommentTypeCodeType )
FeedbackID ( string )
FeedbackType ( FeedbackTypeCodeType )
ItemID ( ItemIDType (string) )
OrderLineItemID ( string )
Pagination ( PaginationType )
TransactionID ( string )
UserID ( UserIDType (string) )

CommentType ( see CommentTypeCodeType for possible values ) [0..*]
Returns feedback of a specified type (positive, negative, or neutral) in FeedbackDetailArray. You can include two comment types in your call if you want to exclude the third type from your results. If no CommentType is specified, all of the feedback types are returned.
See the Field Index to learn which calls use CommentType.

FeedbackID ( string ) [0..1]
An ID that uniquely identifies a feedback record to be retrieved. Used only by the Feedback notification.
See the Field Index to learn which calls use FeedbackID.

FeedbackType ( see FeedbackTypeCodeType for possible values ) [0..1]
Returns feedback that you received as a buyer or seller, or feedback you left for others (as either a buyer or a seller). You can include only one FeedbackType in your call. If no FeedbackType is specified, all of the available feedback is returned.
See the Field Index to learn which calls use FeedbackType.

ItemID ( ItemIDType (string) ) [0..1]
Unique identifier for an eBay item listing. A listing can have multiple order line items (transactions), but only one ItemID. If ItemID is specified in the GetFeedback request, the returned feedback records are restricted to the specified ItemID. The FeedbackType and Pagination fields (if included) are ignored. The maximum number of feedback records returned is 100.
See the Field Index to learn which calls use ItemID.

OrderLineItemID ( string ) [0..1]
OrderLineItemID is a unique identifier for an eBay order line item and is based upon the concatenation of ItemID and TransactionID, with a hyphen in between these two IDs. An OrderLineItemID can be used as an input filter in the GetFeedback request. If an OrderLineItemID value is used to retrieve a feedback record on a specific order line item, the FeedbackType and Pagination fields (if included) are ignored.
See the Field Index to learn which calls use OrderLineItemID.

Pagination ( PaginationType ) [0..1]
Controls the pagination of the result set. Child elements, EntriesPerPage and PageNumber, specify the maximum number of individual feedback records to return per call and which page of data to return. Only applicable if DetailLevel is set to ReturnAll and the call is returning feedback for a UserID. Feedback summary data is not paginated, but when pagination is used, it is returned after the last feedback detail entry.

Accepted values for Pagination.EntriesPerPage for GetFeedback is 25 (the default), 50, 100, and 200. If you specify a value of zero, or a value greater than 200, the call fails with an error. If you specify a value between one and twenty-four, the value is rounded up to 25. Values between 26 and 199 that are not one of the accepted values are rounded down to the nearest accepted value.
See the Field Index to learn which calls use Pagination.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item (transaction). A TransactionID can be paired up with its corresponding ItemID and used as an input filter in the GetFeedback request. If an ItemID/TransactionID pair or an OrderLineItemID value is used to retrieve a feedback record on a specific order line item, the FeedbackType and Pagination fields (if included) are ignored.
See the Field Index to learn which calls use TransactionID.

UserID ( UserIDType (string) ) [0..1]
Specifies the user whose feedback data is to be returned. If not specified, then the feedback returned is for the requesting user.
See the Field Index to learn which calls use UserID.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.