|
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.AddItemFromSellingManagerTemplateCall
public class AddItemFromSellingManagerTemplateCall
Wrapper class of the AddItemFromSellingManagerTemplate 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.
SaleTemplateID
- The unique identifier of the Selling Manager template that a seller is using to create a listing. Unique identifiers of Selling Manager templates can be retrieved programatically by using the GetSellingManagerInventory call.
ScheduleTime
- This field allows the user to specify a time in the future when the listing being created becomes active. If this field is not used, the listing will become active immediately upon being created successfully. The time in this field should be specified in GMT format.
Item
- This container is intended for specifying setting in the listing that differ from values in the Selling Manager template being used.
ReturnedItemID
- Unique identifier for the new listing. This field is returned as long as the listing was successfully created.
ReturnedStartTime
- Starting date and time for the new listing. This value is based on the time the listing was received and processed, or the time the item will be listed if the seller included the ScheduleTime field in the request and set a custom start time of the listing (in the future).
ReturnedEndTime
- Date and time when the new listing is scheduled to end based on the start time and the listing duration value that was set in the ListingDuration field at listing time. If the value of ListingDuration was set to GTC
(Good 'Til Cancelled) this value will be set 30 days ahead of the start time, although this value will be updated if the GTC listing is still alive and automatically renewed 30 days after start time. Note that GTC is not an option with auction listings.
ReturnedFees
- This container is an array of fees associated with the creation of the listing. The fees do not include the Final Value Fee (FVF), which cannot be determined until an item is sold.
ReturnedCategoryID
- The unique identifier of the primary category in which the item was listed. This field is only returned if the seller enabled the Category Mapping feature for the listing, and the Category ID passed in as the primary listing category was mapped to a new Category ID by eBay. If the primary category has not changed, or if it has expired with no replacement, this field is not returned.
ReturnedCategory2ID
- Unique identifier of the secondary category in which the item was listed. This field is only returned if a secondary category was used, the seller enabled the Category Mapping feature for the listing, and the Category ID passed in as the secondary listing category was mapped to a new Category ID by eBay. If the secondary category has not changed or it has expired with no replacement, this field is not returned.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
AddItemFromSellingManagerTemplateCall()
Constructor. |
|
AddItemFromSellingManagerTemplateCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
addItemFromSellingManagerTemplate()
This is the base request type of the AddItemFromSellingManagerTemplate call, which is used to create listings based on settings contained in a Selling Manager template. |
ItemType |
getItem()
Gets the AddItemFromSellingManagerTemplateRequestType.item. |
java.lang.String |
getReturnedCategory2ID()
Valid after executing the API. |
java.lang.String |
getReturnedCategoryID()
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. |
java.util.Calendar |
getReturnedStartTime()
Valid after executing the API. |
java.lang.Long |
getSaleTemplateID()
Gets the AddItemFromSellingManagerTemplateRequestType.saleTemplateID. |
java.util.Calendar |
getScheduleTime()
Gets the AddItemFromSellingManagerTemplateRequestType.scheduleTime. |
void |
setItem(ItemType item)
Sets the AddItemFromSellingManagerTemplateRequestType.item. |
void |
setSaleTemplateID(java.lang.Long saleTemplateID)
Sets the AddItemFromSellingManagerTemplateRequestType.saleTemplateID. |
void |
setScheduleTime(java.util.Calendar scheduleTime)
Sets the AddItemFromSellingManagerTemplateRequestType.scheduleTime. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddItemFromSellingManagerTemplateCall()
public AddItemFromSellingManagerTemplateCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public java.lang.String addItemFromSellingManagerTemplate() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public ItemType getItem()
public void setItem(ItemType item)
item
- ItemTypepublic java.lang.Long getSaleTemplateID()
public void setSaleTemplateID(java.lang.Long saleTemplateID)
saleTemplateID
- Longpublic java.util.Calendar getScheduleTime()
public void setScheduleTime(java.util.Calendar scheduleTime)
scheduleTime
- Calendarpublic java.lang.String getReturnedCategory2ID()
public java.lang.String getReturnedCategoryID()
public java.util.Calendar getReturnedEndTime()
public FeesType getReturnedFees()
public java.lang.String getReturnedItemID()
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.