eBay Trading APIVersion 1349
 

RespondToFeedbackRequestType ( AbstractRequestType )

Enables a seller to reply to Feedback that has been left for a user, or to post a follow-up comment to a Feedback comment the user has left for someone else.

Call that uses RespondToFeedbackRequestType:

Fields



FeedbackID ( string ) [0..1]
A unique identifier for a Feedback record. Buying and selling partners leave feedback for one another after the completion of an order. Feedback is left at the order line item level, so a Feedback comment for each order line item in a Combined Payment order is expected from the buyer and seller. A unique FeedbackID is created whenever a buyer leaves feedback for a seller, and vice versa. A FeedbackID is created by eBay when feedback is left through the eBay site, or through the LeaveFeedback call. FeedbackIDs can be retrieved with the GetFeedback call. In the RespondToFeedback call, FeedbackID can be used as an input filter to respond to a specific Feedback comment. Since Feedback is always linked to a unique order line item, an ItemID/TransactionID pair or an OrderLineItemID can also be used to respond to a Feedback comment.
See the Field Index to learn which calls use FeedbackID.

ItemID ( ItemIDType (string) ) [0..1]
Unique identifier for the eBay listing to which the user will be responding to Feedback. A listing can have multiple order line items, but only one ItemID value. An ItemID can be paired up with a corresponding TransactionID and used as an input filter to respond to a Feedback comment in the RespondToFeedback call. Unless the specific Feedback record is identified by a FeedbackID or an OrderLineItemID in the request, an ItemID/TransactionID pair is required.
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. Since Feedback is always linked to a unique order line item, an OrderLineItemID can be used to respond to a Feedback comment.

Unless an ItemID/TransactionID pair or a FeedbackID is used to identify a Feedback record, the OrderLineItemID must be specified.
See the Field Index to learn which calls use OrderLineItemID.

ResponseText ( string ) [0..1]
Textual comment that the user who is subject of feedback may leave in response or rebuttal to the Feedback comment. Alternatively, when the ResponseType is FollowUp, this value contains the text of the follow-up comment.
See the Field Index to learn which calls use ResponseText.

ResponseType ( FeedbackResponseCodeType ) [0..1]
Specifies whether the response is a reply or a follow-up to a Feedback comment left by the user identified in the TargetUserID field.
See the Field Index to learn which calls use ResponseType.

TargetUserID ( UserIDType (string) ) [0..1]
The eBay user ID of the caller's order partner. The caller is either replyting to or following up on this user's Feedback comment.
See the Field Index to learn which calls use TargetUserID.

TransactionID ( string ) [0..1]
Unique identifier for an eBay order line item. A TransactionID can be paired up with its corresponding ItemID and used as an input filter to respond to a Feedback comment in the RespondToFeedback call. Unless the specific Feedback record is identified by a FeedbackID or an OrderLineItemID in the request, an ItemID/TransactionID pair is required.

The TransactionID value for auction listings is always 0 since there can be only one winning bidder/one sale for an auction listing.
See the Field Index to learn which calls use TransactionID.