eBay Trading API
Version 1359


complexType "GetFeedbackResponseType"
Namespace:
urn:ebay:apis:eBLBaseComponents
Derived By:
Content:
complex, 22 elements, elem. wildcard
Defined:
in ebaySvc.wsdl/Schema
Includes:
declarations of 7 elements
Referenced:
Component Diagram

Content Element Model:
Component
Type / Value
Occurs
Required?
Nillable?
Description
SEQUENCE
1..1
yes
dateTime
0..1
no
no
This value represents the date and time when eBay processed the request. »
 Ack
AckCodeType : enumeration of token
0..1
no
no
A token representing the application-level acknowledgement code that indicates the response status (e.g., success). »
string
0..1
no
no
Most Trading API calls support a MessageID element in the request and a CorrelationID element in the response. »
0..∞
no
no
A list of application-level errors (if any) that occurred when eBay processed the request.
string
0..1
no
no
Supplemental information from eBay, if applicable. »
string
0..1
no
no
The version of the response payload schema. »
string
0..1
no
no
This refers to the specific software build that eBay used when processing the request and generating the response. »
string
0..1
no
no
Event name of the notification. »
0..1
no
no
Information that explains a failure due to a duplicate InvocationID being passed in.
string
0..1
no
no
Recipient user ID of the notification. »
string
0..1
no
no
Unique Identifier of Recipient user ID of the notification. »
string
0..1
no
no
A Base64-encoded MD5 hash that allows the recipient of a Platform Notification to verify this is a valid Platform Notification sent by eBay.
string
0..1
no
no
Expiration date of the user's authentication token. »
0..1
no
no
This container is conditionally returned in the PlaceOffer call response if eBay wants to challenge the user making the call to ensure that the call is being made by a real user and not a bot. »
string
0..1
no
no
An application subscribing to notifications can include an XML-compliant string, not to exceed 256 characters, which will be returned. »
from any namespace
0..∞
no
 FeedbackDetailArray
0..1
no
no
Contains the individual Feedback records for the user or order line item specified in the request. There is one FeedbackDetail container returned for each Feedback record. Only populated with data when a detail level of ReturnAll is specified in the request. Not returned if you specify a FeedbackID in the request.
 FeedbackDetailItemTotal
int
0..1
no
no
Indicates the total number of Feedback records returned in the the response. Only applicable if Feedback details are returned.
 FeedbackSummary
0..1
no
no
Summary Feedback data for the user. Contains counts of positive, neutral, and negative Feedback for pre-defined time periods. Only applicable if Feedback details are returned.
 FeedbackScore
int
0..1
no
no
Indicates the total Feedback score for the user.
 PaginationResult
0..1
no
no
Contains information regarding the pagination of data, including the total number of Feedback entries and the total number of pages required to show all of these Feedback entries. The total number of pages is dependent on the Pagination.EntriesPerPage value (if set). The EntriesPerPage value defaults to 25 if the Pagination.EntriesPerPage field is not used.

If the call request returns no Feedback entries because there are none, or because the DetailLevel field was not included and set to ReturnAll, the PaginationResult.TotalNumberOfPages and PaginationResult.TotalNumberOfEntries fields are still returned, but with values of 0.
 EntriesPerPage
int
0..1
no
no
Indicates the number of Feedback records that are set to be returned per page of data (i.e., per call). The EntriesPerPage value defaults to 25 if the Pagination.EntriesPerPage field is not set in the request.

This field is always returned even if the response is not showing any Feedback entries.
 PageNumber
int
0..1
no
no
Indicates the page of data that is currently displaying. The page number to display is set in the Pagination.PageNumber field in the request. If this field is omitted, the PageNumber value defaults to 1 (first page of Feedback entries). If the integer value input into the Pagination.PageNumber field in the request is higher than the total number of available pages, the call fails with an error.

This field is always returned even if the response is not showing any Feedback entries.
Description
The GetFeedback response contains the feedback summary if a TransactionID or ItemID is specified, and contains the specified user's total feedback score and feedback summary data if a UserID is specified. If no value is supplied, the feedback score and feedback summary for the requesting user will be returned.
If a detail level value of ReturnAll is specified, an array of all feedback records will be returned.
Referenced By
Type Definition Detail
Type Derivation Tree
AbstractResponseType (extension)
  GetFeedbackResponseType


WSDL documentation generated with FlexDoc/XML 1.14 using FlexDoc/XML WSDLDoc 2.0 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.