|
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.ReviseFixedPriceItemCall
public class ReviseFixedPriceItemCall
Wrapper class of the ReviseFixedPriceItem 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.
ItemToBeRevised
- Child elements hold the values for item details that you want to change.
The Item.ItemID must always be set to the ID of the listing being changed.
Only specify Item fields for the details that are changing. Unless
otherwise specified in the field descriptions below, the listing retains
its existing values for fields that you don't pass in the
ReviseFixedPriceItem request. Use DeletedField to remove a field from the
listing.
DeletedField
- Specifies the name of a field to delete from a listing. The request can
contain zero, one, or many instances of DeletedField (one for each field
to be deleted). See the relevant field descriptions to determine when to
use DeletedField (and potential consequences).
ReturnedItemID
- Item ID that uniquely identifies the item listing that was revised.
Provided for confirmation purposes. The value returned should be the
same as the item ID specified in the ItemID property of the Item object
specified as input for the call.
ReturnedSKU
- Item-level SKU for the listing, if the seller specified
Item.SKU for the listing. Variation SKUs are not returned
(see GetItem instead).
ReturnedStartTime
- Starting date and time for the listing.
ReturnedEndTime
- Date and time when the new listing ends. This equals the starting time
plus the listing duration.
ListingFees
- Child elements contain the estimated listing fees for the revised item
listing. The fees do not include the Final Value Fee (FVF), which cannot
be determined until an item is sold. Revising an item does not itself
incur a fee. However, certain item properties are fee-based and result
in the return of fees in the call's response.
ReturnedCategoryID
- ID of the primary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay.
If the primary category has not changed or it has expired with no replacement,
CategoryID does not return a value.
ReturnedCategory2ID
- ID of the secondary category in which the item was listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay.
If the secondary category has not changed or it has expired with no replacement,
Category2ID does not return a value.
ReturnedDiscountReason
- The nature of the discount, if a discount applied.
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 | |
---|---|
ReviseFixedPriceItemCall()
Constructor. |
|
ReviseFixedPriceItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String[] |
getDeletedField()
Gets the ReviseFixedPriceItemRequestType.deletedField. |
ItemType |
getItemToBeRevised()
Gets the ReviseFixedPriceItemRequestType.itemToBeRevised. |
TimeFilter |
getListingDuration()
|
FeesType |
getListingFees()
Valid after executing the API. |
String |
getReturnedCategory2ID()
Valid after executing the API. |
String |
getReturnedCategoryID()
Valid after executing the API. |
DiscountReasonCodeType[] |
getReturnedDiscountReason()
Valid after executing the API. |
Calendar |
getReturnedEndTime()
Valid after executing the API. |
String |
getReturnedItemID()
Valid after executing the API. |
ListingRecommendationsType |
getReturnedListingRecommendations()
Valid after executing the API. |
ProductSuggestionsType |
getReturnedProductSuggestions()
Valid after executing the API. |
String |
getReturnedSKU()
Valid after executing the API. |
Calendar |
getReturnedStartTime()
Valid after executing the API. |
FeesType |
reviseFixedPriceItem()
Enables a seller to change the properties of a currently active fixed-price listing (including multi-variation listings). |
void |
setDeletedField(String[] deletedField)
Sets the ReviseFixedPriceItemRequestType.deletedField. |
void |
setItemToBeRevised(ItemType itemToBeRevised)
Sets the ReviseFixedPriceItemRequestType.itemToBeRevised. |
void |
uploadPictures(PictureInfo[] pictureInfoArray,
PictureDetailsType pictureDetails)
|
void |
uploadPictures(String[] pictureFiles,
PictureDetailsType pictureDetails)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseFixedPriceItemCall()
public ReviseFixedPriceItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public FeesType reviseFixedPriceItem() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String[] getDeletedField()
public void setDeletedField(String[] deletedField)
deletedField
- String[]public ItemType getItemToBeRevised()
public void setItemToBeRevised(ItemType itemToBeRevised)
itemToBeRevised
- ItemTypepublic TimeFilter getListingDuration()
public void uploadPictures(String[] pictureFiles, PictureDetailsType pictureDetails) throws SdkException
SdkException
public void uploadPictures(PictureInfo[] pictureInfoArray, PictureDetailsType pictureDetails) throws SdkException
SdkException
public FeesType getListingFees()
public String getReturnedCategory2ID()
public String getReturnedCategoryID()
public DiscountReasonCodeType[] getReturnedDiscountReason()
public Calendar getReturnedEndTime()
public String getReturnedItemID()
public ListingRecommendationsType getReturnedListingRecommendations()
public ProductSuggestionsType getReturnedProductSuggestions()
public String getReturnedSKU()
public 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.