RespondToFeedbackRequestType
Enables users to reply to feedback left by the other party in the transaction and/or follow up on the feedback left for the other party.
Fields
FeedbackID ( string )
ItemID ( ItemIDType (string) )
ResponseText ( string )
ResponseType ( FeedbackResponseCodeType )
TargetUserID ( UserIDType (string) )
TransactionID ( string )

FeedbackID ( string ) [0..1]
An ID that uniquely identifies the feedback. Retrieve FeedbackIDs with GetFeedback. Required if ItemID is not specified.
See the Field Index to learn which calls use FeedbackID.

ItemID ( ItemIDType (string) ) [0..1]
Unique identifier of an item to which the feedback is attached. Required if FeedbackID is not provided.
See the Field Index to learn which calls use ItemID.

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

ResponseType ( see FeedbackResponseCodeType for possible values ) [0..1]
Specifies whether the response is a reply or a follow-up.
See the Field Index to learn which calls use ResponseType.

TargetUserID ( UserIDType (string) ) [0..1]
User who left the feedback that is being replied to or followed up on.
See the Field Index to learn which calls use TargetUserID.

TransactionID ( string ) [0..1]
Unique identifier for a purchase from an eBay Stores Inventory or basic fixed price listing. If TransactionID is specified, ItemID must also be specified.
See the Field Index to learn which calls use TransactionID.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 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.