Changes since
the last release

com.ebay.sdk.call
Class GetSellerDashboardCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.GetSellerDashboardCall

public class GetSellerDashboardCall
extends ApiCall

Wrapper class of the GetSellerDashboard call of eBay SOAP API.

Title: SOAP API wrapper library.

Description: Contains wrapper classes for eBay SOAP APIs.

Copyright: Copyright (c) 2009

Company: eBay Inc.


Output property: ReturnedSearchStanding - Provides information about the visibility level you have earned for your listings. The higher your search standing rating, the higher your items will be placed in search results sorted by Best Match. Because your search standing rating is directly tied to your customer service record, this rating is an important way that eBay rewards you as a good seller--it encourages you to give buyers the best possible shopping experience.

This element is not returned for all sites. Beginning at the end of 2009, eBay stopped returning it for sellers registered on several large sites, including the US, German, and UK sites.
Output property: ReturnedSellerFeeDiscount - Provides information about the PowerSeller discount level you have earned, if any. As a PowerSeller, you can earn discounts on your monthly invoice Final Value Fees based on how well you're rated as a seller. Only returned for members of the eBay US or Canada PowerSeller program.
Output property: ReturnedPowerSellerStatus - Provides information about your PowerSeller status, such as whether or not you meet the PowerSeller requirements. Your PowerSeller status directly affects your discount (SellerFeeDiscount).

For eBay Germany and France, you must be a registered business seller to see your PowerSeller status.
Output property: ReturnedPolicyCompliance - Rating on how well you are following eBay rules and policies in your selling practices, and alerts you if your account or listings have any policy violations.

eBay's policies and rules are guidelines that help to create a safe, fair, and enjoyable trading environment for all eBay members. If you violate certain policies, your account can be restricted without notice. This is true even if your status shows a good level of policy compliance. Because of this, understanding and following eBay's policies can help you to avoid restrictions on your account. Policy compliance directly affects your PowerSeller status.
Output property: ReturnedBuyerSatisfaction - Rates your level of customer service. This information helps you to keep track of how well you are providing members with positive buying experiences.

This element is not returned for all sites. Beginning at the end of 2009, eBay stopped returning it for sellers registered on several large sites, including the US, German, and UK sites.
Output property: ReturnedSellerAccount - The status of your latest eBay invoice. Includes any alerts issued to your account to help you identify possible problems.
Output property: ReturnedPerformance - Provides information about the seller's performance within different eBay regions. A seller's performance rating can be Top-Rated, Above Standard, Standard, and Below Standard.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
GetSellerDashboardCall()
          Constructor.
GetSellerDashboardCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 BuyerSatisfactionDashboardType getReturnedBuyerSatisfaction()
          Valid after executing the API.
 PerformanceDashboardType[] getReturnedPerformance()
          Valid after executing the API.
 PolicyComplianceDashboardType getReturnedPolicyCompliance()
          Valid after executing the API.
 PowerSellerDashboardType getReturnedPowerSellerStatus()
          Valid after executing the API.
 SearchStandingDashboardType getReturnedSearchStanding()
          Valid after executing the API.
 SellerAccountDashboardType getReturnedSellerAccount()
          Valid after executing the API.
 SellerFeeDiscountDashboardType getReturnedSellerFeeDiscount()
          Valid after executing the API.
 SearchStandingDashboardType getSellerDashboard()
          Retrieves a brief summary of the requester's status as an eBay seller.
 
Methods inherited from class com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSellerDashboardCall

public GetSellerDashboardCall()
Constructor.


GetSellerDashboardCall

public GetSellerDashboardCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

getSellerDashboard

public SearchStandingDashboardType getSellerDashboard()
                                               throws ApiException,
                                                      SdkException,
                                                      Exception
Retrieves a brief summary of the requester's status as an eBay seller.

Returns:
The SearchStandingDashboardType object.
Throws:
ApiException
SdkException
Exception

getReturnedBuyerSatisfaction

public BuyerSatisfactionDashboardType getReturnedBuyerSatisfaction()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedBuyerSatisfaction.

Returns:
BuyerSatisfactionDashboardType

getReturnedPerformance

public PerformanceDashboardType[] getReturnedPerformance()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedPerformance.

Returns:
PerformanceDashboardType[]

getReturnedPolicyCompliance

public PolicyComplianceDashboardType getReturnedPolicyCompliance()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedPolicyCompliance.

Returns:
PolicyComplianceDashboardType

getReturnedPowerSellerStatus

public PowerSellerDashboardType getReturnedPowerSellerStatus()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedPowerSellerStatus.

Returns:
PowerSellerDashboardType

getReturnedSearchStanding

public SearchStandingDashboardType getReturnedSearchStanding()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedSearchStanding.

Returns:
SearchStandingDashboardType

getReturnedSellerAccount

public SellerAccountDashboardType getReturnedSellerAccount()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedSellerAccount.

Returns:
SellerAccountDashboardType

getReturnedSellerFeeDiscount

public SellerFeeDiscountDashboardType getReturnedSellerFeeDiscount()
Valid after executing the API. Gets the returned GetSellerDashboardResponseType.returnedSellerFeeDiscount.

Returns:
SellerFeeDiscountDashboardType

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.