|
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.ReviseSellingManagerSaleRecordCall
public class ReviseSellingManagerSaleRecordCall
Wrapper class of the ReviseSellingManagerSaleRecord 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 identifier for an eBay listing. A listing can have multiple
order line items, but only one ItemID value. An ItemID can be
paired up with a corresponding TransactionID and used as an input filter
for ReviseSellingManagerSaleRecord. The ItemID/TransactionID pair
corresponds to a Selling Manager SaleRecordID, which can be retrieved
with the GetSellingManagerSaleRecord call.
TransactionID
- Unique identifier for an eBay sales transaction. This identifier is created once there is a commitment to buy (bidder wins the auction, buyer clicks buy button, or buyer purchases item through PlaceOffer call). Since an auction listing can only have one sales transaction during the duration of the listing, the TransactionID value for auction listings is always 0
.
OrderID
- A unique identifier that identifies a single line item or multiple line item order associated with the Selling Manager sale record(s).
1113
. During the transition period and even after, the new and old OrderID formats will still be supported/accepted in all Trading API call request payloads. After the transition period (which will be announced), only the new OrderID format will be returned in all Trading API call response payloads, regardless of the Trading WSDL version used or specified compatibility level.
SellingManagerSoldOrder
- Container consisting of order costs, shipping details, order status, and
other information. The changes made under this container will update the
order in Selling Manager.
OrderLineItemID
- A unique identifier for an eBay order line item. This identifier is created once there is a commitment to buy (bidder wins the auction, buyer clicks buy button, or buyer purchases item through PlaceOffer call).
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseSellingManagerSaleRecordCall()
Constructor. |
|
ReviseSellingManagerSaleRecordCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getItemID()
Gets the ReviseSellingManagerSaleRecordRequestType.itemID. |
java.lang.String |
getOrderID()
Gets the ReviseSellingManagerSaleRecordRequestType.orderID. |
java.lang.String |
getOrderLineItemID()
Gets the ReviseSellingManagerSaleRecordRequestType.orderLineItemID. |
SellingManagerSoldOrderType |
getSellingManagerSoldOrder()
Gets the ReviseSellingManagerSaleRecordRequestType.sellingManagerSoldOrder. |
java.lang.String |
getTransactionID()
Gets the ReviseSellingManagerSaleRecordRequestType.transactionID. |
void |
reviseSellingManagerSaleRecord()
Request type containing the input fields for the ReviseSellingManagerSaleRecord call. |
void |
setItemID(java.lang.String itemID)
Sets the ReviseSellingManagerSaleRecordRequestType.itemID. |
void |
setOrderID(java.lang.String orderID)
Sets the ReviseSellingManagerSaleRecordRequestType.orderID. |
void |
setOrderLineItemID(java.lang.String orderLineItemID)
Sets the ReviseSellingManagerSaleRecordRequestType.orderLineItemID. |
void |
setSellingManagerSoldOrder(SellingManagerSoldOrderType sellingManagerSoldOrder)
Sets the ReviseSellingManagerSaleRecordRequestType.sellingManagerSoldOrder. |
void |
setTransactionID(java.lang.String transactionID)
Sets the ReviseSellingManagerSaleRecordRequestType.transactionID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseSellingManagerSaleRecordCall()
public ReviseSellingManagerSaleRecordCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void reviseSellingManagerSaleRecord() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getOrderID()
public void setOrderID(java.lang.String orderID)
orderID
- Stringpublic java.lang.String getOrderLineItemID()
public void setOrderLineItemID(java.lang.String orderLineItemID)
orderLineItemID
- Stringpublic SellingManagerSoldOrderType getSellingManagerSoldOrder()
public void setSellingManagerSoldOrder(SellingManagerSoldOrderType sellingManagerSoldOrder)
sellingManagerSoldOrder
- SellingManagerSoldOrderTypepublic java.lang.String getTransactionID()
public void setTransactionID(java.lang.String transactionID)
transactionID
- String
|
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.