Changes since
the last release

com.ebay.sdk.call
Class AddLiveAuctionItemCall

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

public class AddLiveAuctionItemCall
extends ApiCall

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.


Input property: Item - Specifies the values that define the new lot item. Item is a required input.
Output property: ReturnedItemID - The item ID of the lot.
Output property: 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.
Output property: 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.
Output property: 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

AddLiveAuctionItemCall

public AddLiveAuctionItemCall()
Constructor.


AddLiveAuctionItemCall

public AddLiveAuctionItemCall(ApiContext apiContext)
Constructor.

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

addLiveAuctionItem

public void addLiveAuctionItem()
                        throws ApiException,
                               SdkException,
                               Exception
Lists a lot item on the eBay Live Auctions site. The lot item will also be visible to users who search and browse the US eBay.com site. Only authorized eBay Live Auctions sellers can list lot items.

Throws:
ApiException
SdkException
Exception

getItem

public ItemType getItem()
Gets the AddLiveAuctionItemRequestType.item.

Returns:
ItemType

setItem

public void setItem(ItemType item)
Sets the AddLiveAuctionItemRequestType.item.

Parameters:
item - ItemType

getReturnedCategory2ID

public String getReturnedCategory2ID()
Valid after executing the API. Gets the returned AddLiveAuctionItemResponseType.returnedCategory2ID.

Returns:
String

getReturnedCategoryID

public String getReturnedCategoryID()
Valid after executing the API. Gets the returned AddLiveAuctionItemResponseType.returnedCategoryID.

Returns:
String

getReturnedFees

public FeesType getReturnedFees()
Valid after executing the API. Gets the returned AddLiveAuctionItemResponseType.returnedFees.

Returns:
FeesType

getReturnedItemID

public ItemIDType getReturnedItemID()
Valid after executing the API. Gets the returned AddLiveAuctionItemResponseType.returnedItemID.

Returns:
ItemIDType

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-2006 eBay Inc. All rights reserved.