Skip to main content

eBay sends a FeedbackStarChanged notification to third parties subscribed on the member's behalf whenever they attain a new Feedback Star level. The typical flow of events is:

  1. A third party subscribes to the FeedbackStarChanged notification on behalf of a member (buyer or seller).
  2. The buyer receives feedback that bumps them up to the next Feedback Star level.
  3. eBay sends the FeedbackStarChanged notification to the third party, indicating the member reached a new Feedback Star level.

eBay also sends FeedbackStarChanged notifications to the third party for all new Feedback Star levels a member attains.

Data Fields Returned

API Call that displays this notification: GetFeedback

The data fields returned by the FeedbackStarChanged notification are the same as those returned by GetFeedbackResponse. Refer to the GetFeedback call reference documentation for additional information.

Refer to SOAP Message Body for information about the standard elements returned for all notifications.

Example

Sample FeedbackStarChanged Notification

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://
        www.w3.org/2001/XMLSchema" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Header>
  <ebl:RequesterCredentials soapenv:mustUnderstand="0" xmlns:ns="urn:ebay:apis:eBLBaseComponents"
        xmlns:ebl="urn:ebay:apis:eBLBaseComponents">
   <ebl:NotificationSignature xmlns:ebl="urn:ebay:apis:eBLBaseComponents">r********=</
      ebl:NotificationSignature>
  </ebl:RequesterCredentials>
 </soapenv:Header>
   <soapenv:Body>
  <GetUserResponse xmlns="urn:ebay:apis:eBLBaseComponents">
   <Timestamp>2008-02-14T23:46:49.253Z</Timestamp>
   <Ack>Success</Ack>
   <CorrelationID>1********0</CorrelationID>
   <Version>553</Version>
   <Build>e553_core_Bundled_6078830_R1</Build>
   <NotificationEventName>FeedbackStarChanged</NotificationEventName>
    <RecipientUserID>U********1</RecipientUserID>
   <User>
    <AboutMePage>false</AboutMePage>
    <EIASToken>n********=</EIASToken>
    <Email>r********l@********.com</Email>
    <FeedbackScore>10</FeedbackScore>
    <UniqueNegativeFeedbackCount>0</UniqueNegativeFeedbackCount>
    <UniquePositiveFeedbackCount>10</UniquePositiveFeedbackCount>
    <PositiveFeedbackPercent>100.0</PositiveFeedbackPercent>
    <FeedbackPrivate>false</FeedbackPrivate>
    <FeedbackRatingStar>Yellow</FeedbackRatingStar>
    <IDVerified>false</IDVerified>
    <eBayGoodStanding>true</eBayGoodStanding>
    <NewUser>false</NewUser>
    <RegistrationDate>2007-01-09T17:51:56.000Z</RegistrationDate>
    <Site>US</Site>
    <Status>Confirmed</Status>
    <UserID>U********1</UserID>
    <UserIDChanged>false</UserIDChanged>
    <UserIDLastChanged>2007-01-09T17:51:54.000Z</UserIDLastChanged>
    <VATStatus>NoVATTax</VATStatus>
    <SellerInfo>
     <AllowPaymentEdit>true</AllowPaymentEdit>
     <CheckoutEnabled>true</CheckoutEnabled>
     <CIPBankAccountStored>false</CIPBankAccountStored>
     <GoodStanding>true</GoodStanding>
     <MerchandizingPref>OptIn</MerchandizingPref>
     <QualifiesForB2BVAT>false</QualifiesForB2BVAT>
     <SellerGuaranteeLevel>NotEligible</SellerGuaranteeLevel>
     <SellerLevel>None</SellerLevel>
     <SchedulingInfo>
      <MaxScheduledMinutes>30240</MaxScheduledMinutes>
      <MinScheduledMinutes>0</MinScheduledMinutes>
      <MaxScheduledItems>1000</MaxScheduledItems>
     </SchedulingInfo>
     <StoreOwner>false</StoreOwner>
     <PaymentMethod>CreditCard</PaymentMethod>
     <CharityRegistered>false</CharityRegistered>
     <SafePaymentExempt>true</SafePaymentExempt>
    </SellerInfo>
    <eBayWikiReadOnly>false</eBayWikiReadOnly>
    <UniqueNeutralFeedbackCount>0</UniqueNeutralFeedbackCount>
   </User>
  </GetUserResponse>
 </soapenv:Body>
</soapenv:Envelope>