|
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 item listing. A listing can have multiple
order line items (transactions), but only one ItemID. 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 order line item (transaction). An order
line item is created once there is a commitment from a buyer to purchase
an item. Since an auction listing can only have one order line item
during the duration of the listing, the TransactionID for
auction listings is always 0. Along with its corresponding ItemID, a
TransactionID is used and referenced during an order checkout flow and
after checkout has been completed. The ItemID/TransactionID pair can be
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.
OrderID
- A unique identifier that identifies a single line item or multiple line
item (Combined Payment) order.
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
- OrderLineItemID is a unique identifier for an eBay order line item and
is based upon the concatenation of ItemID and TransactionID, with a
hyphen in between these two IDs. For a single line item order, the
OrderLineItemID value can be passed into the OrderID field to revise the
order in Selling Manager.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseSellingManagerSaleRecordCall()
Constructor. |
|
ReviseSellingManagerSaleRecordCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String |
getItemID()
Gets the ReviseSellingManagerSaleRecordRequestType.itemID. |
String |
getOrderID()
Gets the ReviseSellingManagerSaleRecordRequestType.orderID. |
String |
getOrderLineItemID()
Gets the ReviseSellingManagerSaleRecordRequestType.orderLineItemID. |
SellingManagerSoldOrderType |
getSellingManagerSoldOrder()
Gets the ReviseSellingManagerSaleRecordRequestType.sellingManagerSoldOrder. |
String |
getTransactionID()
Gets the ReviseSellingManagerSaleRecordRequestType.transactionID. |
void |
reviseSellingManagerSaleRecord()
Request type containing the input fields for the ReviseSellingManagerSaleRecord call. |
void |
setItemID(String itemID)
Sets the ReviseSellingManagerSaleRecordRequestType.itemID. |
void |
setOrderID(String orderID)
Sets the ReviseSellingManagerSaleRecordRequestType.orderID. |
void |
setOrderLineItemID(String orderLineItemID)
Sets the ReviseSellingManagerSaleRecordRequestType.orderLineItemID. |
void |
setSellingManagerSoldOrder(SellingManagerSoldOrderType sellingManagerSoldOrder)
Sets the ReviseSellingManagerSaleRecordRequestType.sellingManagerSoldOrder. |
void |
setTransactionID(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, Exception
ApiException
SdkException
Exception
public String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic String getOrderID()
public void setOrderID(String orderID)
orderID
- Stringpublic String getOrderLineItemID()
public void setOrderLineItemID(String orderLineItemID)
orderLineItemID
- Stringpublic SellingManagerSoldOrderType getSellingManagerSoldOrder()
public void setSellingManagerSoldOrder(SellingManagerSoldOrderType sellingManagerSoldOrder)
sellingManagerSoldOrder
- SellingManagerSoldOrderTypepublic String getTransactionID()
public void setTransactionID(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.