|
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.VerifyAddFixedPriceItemCall
public class VerifyAddFixedPriceItemCall
Wrapper class of the VerifyAddFixedPriceItem 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
- Root container holding all values that define a new
fixed-price listing.
ReturnedItemID
- Represents the item ID for the new fixed-price listing. VerifyAddFixedPriceItem does not
actually list an item, so 0 is returned instead of a normal item ID.
ReturnedSKU
- Item-level SKU for the new listing, if the seller specified
tem.SKU in the request. Variation SKUs are not returned
(see GetItem instead).
ReturnedFees
- Child elements contain the estimated listing fees for the new item listing.
The fees do not include the Final Value Fee (FVF), which cannot be determined
until an item is sold.
ReturnedExpressListing
- This field is deprecated.
ReturnedExpressItemRequirements
- This field is deprecated.
ReturnedCategoryID
- ID of the primary category in which the item would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in 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 would be listed.
Only returned if you set Item.CategoryMappingAllowed to true in the request
and the ID you passed in 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 would have applied
had this actually been listed at this time.
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 | |
---|---|
VerifyAddFixedPriceItemCall()
Constructor. |
|
VerifyAddFixedPriceItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ItemType |
getItem()
Gets the VerifyAddFixedPriceItemRequestType.item. |
java.lang.String[] |
getPictureFiles()
Gets list of picture files for the item. |
java.lang.String |
getReturnedCategory2ID()
Valid after executing the API. |
java.lang.String |
getReturnedCategoryID()
Valid after executing the API. |
DiscountReasonCodeType[] |
getReturnedDiscountReason()
Valid after executing the API. |
ExpressItemRequirementsType |
getReturnedExpressItemRequirements()
Valid after executing the API. |
java.lang.Boolean |
getReturnedExpressListing()
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. |
java.lang.String |
getReturnedSKU()
Valid after executing the API. |
void |
setItem(ItemType item)
Sets the VerifyAddFixedPriceItemRequestType.item. |
void |
setPictureFiles(java.lang.String[] pictureFiles)
Sets list of picture files for the item. |
FeesType |
verifyAddFixedPriceItem()
Enables a seller to test the definition of a new fixed-price listing by submitting the definition to eBay without creating an actual listing. |
FeesType |
verifyAddFixedPriceItem(ItemType item)
Executes the API call. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyAddFixedPriceItemCall()
public VerifyAddFixedPriceItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public FeesType verifyAddFixedPriceItem() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public ItemType getItem()
public void setItem(ItemType item)
item
- ItemTypepublic java.lang.String[] getPictureFiles()
public void setPictureFiles(java.lang.String[] pictureFiles)
pictureFiles
- String[]public FeesType verifyAddFixedPriceItem(ItemType item) throws ApiException, SdkException, java.lang.Exception
item
- ItemType
ApiException
SdkException
java.lang.Exception
public java.lang.String getReturnedCategory2ID()
public java.lang.String getReturnedCategoryID()
public DiscountReasonCodeType[] getReturnedDiscountReason()
public ExpressItemRequirementsType getReturnedExpressItemRequirements()
public java.lang.Boolean getReturnedExpressListing()
public FeesType getReturnedFees()
public java.lang.String getReturnedItemID()
public ListingRecommendationsType getReturnedListingRecommendations()
public java.lang.String getReturnedSKU()
|
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.