|
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.EndFixedPriceItemCall
public class EndFixedPriceItemCall
Wrapper class of the EndFixedPriceItem 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.
ItemID
- Unique item ID that identifies the item listing that you want to end.
EndingReason
- Indicates the seller's reason for ending the listing early. This field
is required if the seller is ending the item early and the item did
not successfully sell.
SKU
- The unique SKU of the item being ended. A SKU (stock keeping unit) is
an identifier defined by a seller. SKU can only be used to end an
item if you listed the item by using AddFixedPriceItem or
RelistFixedPriceItem, and you set Item.InventoryTrackingMethod to SKU
at the time the item was listed. (These criteria are necessary to
uniquely identify the listing by a SKU.)
ReturnedEndTime
- Timestamp that indicates the date and time (GMT) that the specified item listing was ended.
ReturnedSKU
- If a SKU (stock-keeping unit) exists for the item listing, it is returned in the response.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
EndFixedPriceItemCall()
Constructor. |
|
EndFixedPriceItemCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Calendar |
endFixedPriceItem()
Ends the specified fixed-price listing before the date and time at which it would normally end (per the listing duration). |
EndReasonCodeType |
getEndingReason()
Gets the EndFixedPriceItemRequestType.endingReason. |
String |
getItemID()
Gets the EndFixedPriceItemRequestType.itemID. |
Calendar |
getReturnedEndTime()
Valid after executing the API. |
String |
getReturnedSKU()
Valid after executing the API. |
String |
getSKU()
Gets the EndFixedPriceItemRequestType.sKU. |
void |
setEndingReason(EndReasonCodeType endingReason)
Sets the EndFixedPriceItemRequestType.endingReason. |
void |
setItemID(String itemID)
Sets the EndFixedPriceItemRequestType.itemID. |
void |
setSKU(String sKU)
Sets the EndFixedPriceItemRequestType.sKU. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndFixedPriceItemCall()
public EndFixedPriceItemCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public Calendar endFixedPriceItem() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public EndReasonCodeType getEndingReason()
public void setEndingReason(EndReasonCodeType endingReason)
endingReason
- EndReasonCodeTypepublic String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic String getSKU()
public void setSKU(String sKU)
sKU
- Stringpublic Calendar getReturnedEndTime()
public 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.