|
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.AddLiveAuctionItemCall
public class AddLiveAuctionItemCall
Wrapper class of the AddLiveAuctionItem call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2007
Company: eBay Inc.
Item - Specifies the values that define the new lot item.
Item is a required input.
ReturnedItemID - The item ID of the lot.
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.
For consistency in the response, the call returns the same kinds of fees
as other listing calls, but some fees are not applicable to eBay Live Auctions listings.
See "Fees Resulting from Listing an Item" in the eBay Web Services guide
for information about fees.
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 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 was 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.
| Field Summary |
|---|
| Fields inherited from class com.ebay.sdk.ApiCall |
|---|
apiException, fullCredentials, sendReqListeners |
| Constructor Summary | |
|---|---|
AddLiveAuctionItemCall()
Constructor. |
|
AddLiveAuctionItemCall(ApiContext apiContext)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addLiveAuctionItem()
Lists a lot item on the eBay Live Auctions site. |
ItemType |
getItem()
Gets the AddLiveAuctionItemRequestType.item. |
String |
getReturnedCategory2ID()
Valid after executing the API. |
String |
getReturnedCategoryID()
Valid after executing the API. |
FeesType |
getReturnedFees()
Valid after executing the API. |
ItemIDType |
getReturnedItemID()
Valid after executing the API. |
void |
setItem(ItemType item)
Sets the AddLiveAuctionItemRequestType.item. |
| Methods inherited from class com.ebay.sdk.ApiCall |
|---|
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getCallRetry, getDetailLevel, getEnableCompression, getRequestXml, getResponseObject, getResponseXml, getSite, hasError, hasWarning, removeSendRequestListener, setApiContext, setCallRetry, setDetailLevel, setEnableCompression, setSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddLiveAuctionItemCall()
public AddLiveAuctionItemCall(ApiContext apiContext)
apiContext - The ApiContext object to be used to make the call.| Method Detail |
|---|
public void addLiveAuctionItem()
throws ApiException,
SdkException,
Exception
ApiException
SdkException
Exceptionpublic ItemType getItem()
public void setItem(ItemType item)
item - ItemTypepublic String getReturnedCategory2ID()
public String getReturnedCategoryID()
public FeesType getReturnedFees()
public ItemIDType getReturnedItemID()
|
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-2006 eBay Inc. All rights reserved.