The type that defines the fields for the respondToFeedback request.
Types that use RespondToFeedbackRequest
Not used by any types.
Call that uses RespondToFeedbackRequest
Fields
feedbackId
Use this field to provide the unique identifier for the feedback being responded to, used to specify the feedback entry associated with the feedback response. This value can be returned using the getFeedback method (feedbackId field).
recipientUserId
Use this field to provide the identifier of the user who provided the original feedback. This value can be returned using the getFeedback method (userId field).
Note: Both usernames and public user IDs will be accepted in this field. For more information, please refer to Data Handling Compliance.
Note: Both usernames and public user IDs will be accepted in this field. For more information, please refer to Data Handling Compliance.
responseText
Use this field to provide the text content of the response. This field is used to provide additional context or address the feedback given by the order partner. No HTML formatting or personal information (such as phone numbers) is permitted.
Maximum length: 500 characters.
Maximum length: 500 characters.
responseType
Set this enumerated value to describe the type of response being submitted (for example, a
REPLY
or a FOLLOW_UP
).