Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:FeedbackDetailType"
Namespace:
Content:
complex, 20 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 20 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type used by the FeedbackDetail containers that are returned in the GetFeedback response. Each FeedbackDetail container consists of detailed information on one Feedback entry for a specific order line item. This container will only be returned if uses the DetailLevel field and sets its value to ReturnAll.

Note: Although it is possible for users to retrieve Feedback entries for order line items in which they are not the buyer or seller, some of the fields of the FeedbackDetail container will not be returned or masked. More details on the fields that will not be returned or masked are discussed in this type's individual fields.
XML Source (w/o annotations (21); see within schema source)
<xs:complexType name="FeedbackDetailType">
<xs:sequence>
<xs:element minOccurs="0" name="CommentingUser" type="ns:UserIDType"/>
<xs:element minOccurs="0" name="FeedbackRatingStar" type="ns:FeedbackRatingStarCodeType"/>
<xs:element minOccurs="0" name="CommentingUserScore" type="xs:int"/>
<xs:element minOccurs="0" name="CommentText" type="xs:string"/>
<xs:element minOccurs="0" name="CommentTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="CommentType" type="ns:CommentTypeCodeType"/>
<xs:element minOccurs="0" name="FeedbackResponse" type="xs:string"/>
<xs:element minOccurs="0" name="Followup" type="xs:string"/>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="Role" type="ns:TradingRoleCodeType"/>
<xs:element minOccurs="0" name="ItemTitle" type="xs:string"/>
<xs:element minOccurs="0" name="ItemPrice" type="ns:AmountType"/>
<xs:element minOccurs="0" name="FeedbackID" type="xs:string"/>
<xs:element minOccurs="0" name="TransactionID" type="xs:string"/>
<xs:element minOccurs="0" name="CommentReplaced" type="xs:boolean"/>
<xs:element minOccurs="0" name="ResponseReplaced" type="xs:boolean"/>
<xs:element minOccurs="0" name="FollowUpReplaced" type="xs:boolean"/>
<xs:element minOccurs="0" name="Countable" type="xs:boolean"/>
<xs:element minOccurs="0" name="FeedbackRevised" type="xs:boolean"/>
<xs:element minOccurs="0" name="OrderLineItemID" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 21/21)
ns:CommentingUser
Type:
ns:UserIDType, simple content
The eBay User ID of the user who left the Feedback entry.

Note: This field is returned, but masked to users who are not either the buyer or seller of the order line item.
XML Representation Summary
<ns:CommentingUser>
   
Content: 
{ xs:string }
</ns:CommentingUser>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentingUser" type="ns:UserIDType"/>

ns:CommentingUserScore
Type:
xs:int, predefined, simple content
This integer value is the Feedback score of the user indicated in the CommentingUser field.
XML Representation Summary
<ns:CommentingUserScore>
   
Content: 
{ xs:int }
</ns:CommentingUserScore>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentingUserScore" type="xs:int"/>

ns:CommentReplaced
Type:
xs:boolean, predefined, simple content
This boolean value indicates whether or not eBay replaced the Feedback comment with a message that the Feedback comment was removed.
XML Representation Summary
<ns:CommentReplaced>
   
Content: 
{ xs:boolean }
</ns:CommentReplaced>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentReplaced" type="xs:boolean"/>

ns:CommentText
Type:
xs:string, predefined, simple content
This free-form text is the actual comment that the commenting user left for their order partner. The Feedback comment's purpose is to explain, clarify, or justify the Feedback rating specified in the CommentType field.

The comment is returned as text in the language that the comment was originally left in. This comment will still be displayed even if a submitted Feedback entry is withdrawn.
XML Representation Summary
<ns:CommentText>
   
Content: 
{ xs:string }
</ns:CommentText>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentText" type="xs:string"/>

ns:CommentTime
Type:
xs:dateTime, predefined, simple content
This timestamp (in GMT) indicates the date/time that the Feedback entry was submitted to eBay.
XML Representation Summary
<ns:CommentTime>
   
Content: 
{ xs:dateTime }
</ns:CommentTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentTime" type="xs:dateTime"/>

ns:CommentType
Type:
ns:CommentTypeCodeType, simple content
This value indicates the rating of the Feedback left by the user identified in the CommentingUser field.

A Positive rating increases a user's Feedback score, a Negative rating decreases a user's Feedback score, and a Neutral rating does not affect a user's Feedback score.

Sellers cannot leave Neutral or Negative ratings for buyers.
XML Representation Summary
<ns:CommentType>
   
Content: 
{ enumeration of xs:token }
</ns:CommentType>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommentType" type="ns:CommentTypeCodeType"/>

ns:Countable
Type:
xs:boolean, predefined, simple content
This boolean value indicates whether or not the Feedback entry will affect the user's Feedback score. Only Feedback left by verified users can count toward the aggregate score of another user. If a unverified user leaves a Feedback entry, then later becomes verified, that Feedback entry will still have no affect on the recipient user's Feedback score. Or, if a user is verified and at some later date changes to unverified status, the Feedback entry left while the user was verified remains in effect.
XML Representation Summary
<ns:Countable>
   
Content: 
{ xs:boolean }
</ns:Countable>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Countable" type="xs:boolean"/>

ns:FeedbackID
Type:
xs:string, predefined, simple content
Unique identifier for the Feedback entry.
XML Representation Summary
<ns:FeedbackID>
   
Content: 
{ xs:string }
</ns:FeedbackID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackID" type="xs:string"/>

ns:FeedbackRatingStar
Type:
This enumeration value is the Feedback Rating Star of the user indicated in the CommentingUser field. See FeedbackRatingStarCodeType for the full list of Feedback Rating Stars, and the Feedback score ranges associated with those stars.
XML Representation Summary
<ns:FeedbackRatingStar>
   
Content: 
{ enumeration of xs:token }
</ns:FeedbackRatingStar>
Simple Content
Enumeration:
"None"
 - 
No graphic displayed, feedback score 0-9.
"Yellow"
 - 
Yellow Star, feedback score 10-49.
"Blue"
 - 
Blue Star, feedback score 50-99.
"Turquoise"
 - 
Turquoise Star, feedback score 100-499.
"Purple"
 - 
Purple Star, feedback score 500-999.
"Red"
 - 
Red Star, feedback score 1,000-4,999
"Green"
 - 
Green Star, feedback score 5,000-9,999.
"YellowShooting"
 - 
Yellow Shooting Star, feedback score 10,000-24,999.
"TurquoiseShooting"
 - 
Turquoise Shooting Star, feedback score 25,000-49,999.
"PurpleShooting"
 - 
Purple Shooting Star, feedback score 50,000-99,999.
"RedShooting"
 - 
Red Shooting Star, feedback score 100,000-499,999.
"GreenShooting"
 - 
Green Shooting Star, feedback score 500,000-999,999.
"SilverShooting"
 - 
Silver Shooting Star, feedback score 1,000,000 and above.
"CustomCode"
 - 
Reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackRatingStar" type="ns:FeedbackRatingStarCodeType"/>

ns:FeedbackResponse
Type:
xs:string, predefined, simple content
This free-form text is the comment that the recipient of the Feedback may leave in response or rebuttal to the Feedback. Responses to Feedback comments cannot be submitted or edited via the API.
XML Representation Summary
<ns:FeedbackResponse>
   
Content: 
{ xs:string }
</ns:FeedbackResponse>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackResponse" type="xs:string"/>

ns:FeedbackRevised
Type:
xs:boolean, predefined, simple content
This flag indicates whether or not a Feedback entry was revised (rating was changed).
XML Representation Summary
<ns:FeedbackRevised>
   
Content: 
{ xs:boolean }
</ns:FeedbackRevised>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FeedbackRevised" type="xs:boolean"/>

ns:Followup
Type:
xs:string, predefined, simple content
This free-form text is the explanation that a user can give to a response. Follow-ups to Feedback comments cannot be submitted or edited via the API.
XML Representation Summary
<ns:Followup>
   
Content: 
{ xs:string }
</ns:Followup>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Followup" type="xs:string"/>

ns:FollowUpReplaced
Type:
xs:boolean, predefined, simple content
This boolean value indicates whether or not eBay replaced the follow-up to the Feedback comment with a message that the follow-up to the Feedback comment was removed.
XML Representation Summary
<ns:FollowUpReplaced>
   
Content: 
{ xs:boolean }
</ns:FollowUpReplaced>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FollowUpReplaced" type="xs:boolean"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier of the eBay listing associated with the Feedback entry.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '111111111' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:ItemPrice
Type:
ns:AmountType, simple content
The purchase price for the item that was associated with the Feedback entry. This value can be returned as part of the Detailed Seller Ratings feature. Not returned if a listing ended more than 90 days ago. For Feedback entries that were left for the buyer by the seller, an ItemPrice value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
Component Diagram
XML Representation Summary
<ns:ItemPrice
   
 = 
("AFA" | "ALL" | "DZD" | "ADP" | "AOA" | "ARS" | "AMD" | "AWG" | "AZM" | "BSD" | "BHD" | "BDT" | "BBD" | "BYR" | "BZD" | "BMD" | "BTN" | "INR" | "BOV" | "BOB" | "BAM" | "BWP" | "BRL" | "BND" | "BGL" | "BGN" | "BIF" | "KHR" | "CAD" | "CVE" | "KYD" | "XAF" | "CLF" | "CLP" | "CNY" | "COP" | "KMF" | "CDF" | "CRC" | "HRK" | "CUP" | "CYP" | "CZK" | "DKK" | "DJF" | "DOP" | "TPE" | "ECV" | "ECS" | "EGP" | "SVC" | "ERN" | "EEK" | "ETB" | "FKP" | "FJD" | "GMD" | "GEL" | "GHC" | "GIP" | "GTQ" | "GNF" | "GWP" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "IDR" | "IRR" | "IQD" | "ILS" | "JMD" | "JPY" | "JOD" | "KZT" | "KES" | "AUD" | "KPW" | "KRW" | "KWD" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LYD" | "CHF" | "LTL" | "MOP" | "MKD" | "MGF" | "MWK" | "MYR" | "MVR" | "MTL" | "EUR" | "MRO" | "MUR" | "MXN" | "MXV" | "MDL" | "MNT" | "XCD" | "MZM" | "MMK" | "ZAR" | "NAD" | "NPR" | "ANG" | "XPF" | "NZD" | "NIO" | "NGN" | "NOK" | "OMR" | "PKR" | "PAB" | "PGK" | "PYG" | "PEN" | "PHP" | "PLN" | "USD" | "QAR" | "ROL" | "RUB" | "RUR" | "RWF" | "SHP" | "WST" | "STD" | "SAR" | "SCR" | "SLL" | "SGD" | "SKK" | "SIT" | "SBD" | "SOS" | "LKR" | "SDD" | "SRG" | "SZL" | "SEK" | "SYP" | "TWD" | "TJS" | "TZS" | "THB" | "XOF" | "TOP" | "TTD" | "TND" | "TRL" | "TMM" | "UGX" | "UAH" | "AED" | "GBP" | "USS" | "USN" | "UYU" | "UZS" | "VUV" | "VEB" | "VND" | "MAD" | "YER" | "YUM" | "ZMK" | "ZWD" | "ATS" | "CustomCode")
   
>
   
Content: 
{ xs:double }
</ns:ItemPrice>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemPrice" type="ns:AmountType"/>

ns:ItemTitle
Type:
xs:string, predefined, simple content
The title of the item listing for which Feedback was provided. The title is returned as CDATA. This value can be returned as part of the Detailed Seller Ratings feature. Not returned if a listing ended more than 90 days ago. For Feedback entries that were left for the buyer by the seller, an ItemTitle value will not be returned to a user that was not involved in the transaction as either the buyer or seller.
XML Representation Summary
<ns:ItemTitle>
   
Content: 
{ xs:string }
</ns:ItemTitle>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemTitle" type="xs:string"/>

ns:OrderLineItemID
Type:
xs:string, predefined, simple content
The unique identifier for an eBay order line item. For Feedback entries that were left for the buyer by the seller, an OrderLineItemID value will not be returned to a user that was not involved in the transaction as either the buyer or seller.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '11111111-0' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
XML Representation Summary
<ns:OrderLineItemID>
   
Content: 
{ xs:string }
</ns:OrderLineItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OrderLineItemID" type="xs:string"/>

ns:ResponseReplaced
Type:
xs:boolean, predefined, simple content
This boolean value indicates whether or not eBay replaced the response to the Feedback comment with a message that the response to the Feedback comment was removed.
XML Representation Summary
<ns:ResponseReplaced>
   
Content: 
{ xs:boolean }
</ns:ResponseReplaced>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ResponseReplaced" type="xs:boolean"/>

ns:Role
Type:
ns:TradingRoleCodeType, simple content
Indicates whether the recipient of the Feedback entry is the buyer or the seller for the corresponding order line item.
XML Representation Summary
<ns:Role>
   
Content: 
{ enumeration of xs:token }
</ns:Role>
Simple Content
Enumeration:
"Buyer"
 - 
The eBay user is acting as the buyer for the order(s). In GetOrders, this value should be passed into the OrderRole field in the request to retrieve orders in which the calling eBay user is the buyer in the order.
"Seller"
 - 
The eBay user is acting as the seller for the order(s). In GetOrders, this value should be passed into the OrderRole field in the request to retrieve orders in which the calling eBay user is the seller in the order.
"CustomCode"
 - 
This value is reserved for future or internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Role" type="ns:TradingRoleCodeType"/>

ns:TransactionID
Type:
xs:string, predefined, simple content
Unique identifier for an eBay order line item for which the Feedback entry was left. This field is not returned if the Feedback entry was left for an auction listing, since all auction listings have a TransactionID value of 0.

Note: For Feedback entries that were submitted less than five years ago, this field is returned to users who are not the buyer or seller of the order line item, but a dummy value such as '111111111' will be displayed. For Feedback entries that were submitted more than five years ago, this field will not be returned at all to users who do not have a relationship (as a buyer or seller) to the Feedback entry.
XML Representation Summary
<ns:TransactionID>
   
Content: 
{ xs:string }
</ns:TransactionID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TransactionID" type="xs:string"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

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