|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.VerifyRelistItemCall
public class VerifyRelistItemCall
Wrapper class of the VerifyRelistItem 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.
Item
- The Item container is used to configure the item that will be relisted. If the seller plans to relist the item with no changes, the only field under the Item container that is required is the ItemID field. In the ItemID field, the seller specifies the item that will be relisted. If the seller wishes to change anything else for the listing, the seller should include this field in the call request and give it a new value.
DeletedField
- Specifies the name of the field to delete from a listing. See the eBay Features Guide for rules on deleting values when relisting items. Also see the relevant field descriptions to determine when to use DeletedField (and potential consequences).
The request can contain zero, one, or many instances of DeletedField (one for each field to be deleted).
ReturnedItemID
- With a successful VerifyRelistItem call, this field is always returned, but the returned value is always 0
, since this call only validates the data passed in through the request payload and does not actually relist an item.
ReturnedFees
- This container consists of the estimated listing fees for the item that is to be relisted. Each type of fee is returned even if it is not appplicable (has a value of 0.0
. The Final Value Fee (FVF) is not in this container, as this value cannot be determined until a sale is made.
ReturnedStartTime
- This timestamp indicates the date and time when the item to be relisted became active on the eBay site.
ReturnedEndTime
- This timestamp indicates the date and time when the item to be relisted is scheduled to end on the eBay site. This date/time is calculated by using the StartTime and the the listing duration.
ReturnedDiscountReason
- This field is returned if an eBay special offer or promotion is applicable to the listing.
ReturnedProductSuggestions
- Provides a list of products recommended by eBay which match the item information provided by the seller.
ReturnedListingRecommendations
- Container consisting of one or more Recommendation containers. Each Recommendation container provides a message to the seller on how a listing can be improved or brought up to standard in regards to top-rated seller/listing requirements, mandated or recommended Item Specifics, picture quality requirements, pricing and/or listing format recommendations, recommended keywords and/or Item Specifics in a Title, and/or a recommendation to offer fast handling (same-day handling or handling time of 1 day) and/or a free shipping option in order to qualify the listing for a Fast 'N Free badge.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
VerifyRelistItemCall()
Constructor. |
|
VerifyRelistItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getDeletedField()
Gets the VerifyRelistItemRequestType.deletedField. |
ItemType |
getItem()
Gets the VerifyRelistItemRequestType.item. |
DiscountReasonCodeType[] |
getReturnedDiscountReason()
Valid after executing the API. |
java.util.Calendar |
getReturnedEndTime()
Valid after executing the API. |
FeesType |
getReturnedFees()
Valid after executing the API. |
java.lang.String |
getReturnedItemID()
Valid after executing the API. |
ListingRecommendationsType |
getReturnedListingRecommendations()
Valid after executing the API. |
ProductSuggestionsType |
getReturnedProductSuggestions()
Valid after executing the API. |
java.util.Calendar |
getReturnedStartTime()
Valid after executing the API. |
void |
setDeletedField(java.lang.String[] deletedField)
Sets the VerifyRelistItemRequestType.deletedField. |
void |
setItem(ItemType item)
Sets the VerifyRelistItemRequestType.item. |
java.lang.String |
verifyRelistItem()
Enable the seller to verify that the data they plan to pass into a RelistItem call will produce the results that you are expecting, including a successful call with no errors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyRelistItemCall()
public VerifyRelistItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public java.lang.String verifyRelistItem() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String[] getDeletedField()
public void setDeletedField(java.lang.String[] deletedField)
deletedField
- String[]public ItemType getItem()
public void setItem(ItemType item)
item
- ItemTypepublic DiscountReasonCodeType[] getReturnedDiscountReason()
public java.util.Calendar getReturnedEndTime()
public FeesType getReturnedFees()
public java.lang.String getReturnedItemID()
public ListingRecommendationsType getReturnedListingRecommendations()
public ProductSuggestionsType getReturnedProductSuggestions()
public java.util.Calendar getReturnedStartTime()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.