|
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.GetOrderTransactionsCall
public class GetOrderTransactionsCall
Wrapper class of the GetOrderTransactions 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.
ItemTransactionIDArray
- This container is used if the seller wants to retrieve for one or more order line items. An ItemTransactionID container is required for each order line item that is to be retrieved. An order line item can be identified with an ItemID/TransactionID pair, with an OrderLineItemID value, or with a SKU value (if a SKU is defined for the order line item).
OrderIDArray
- This container is used if the seller wants to search for one or more orders. An OrderID field is required for each order that is to be retrieved. Up to 20 OrderID fields can be used.
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.
Platform
- Note: This field should no longer be used since its sole purpose was to allow the seller to filter between eBay orders and Half.com orders, and the Half.com site no longer exists.
IncludeFinalValueFees
- This field is included and set to true
if the user wants to view the Final Value Fee (FVF) for all order line items in the response. The Final Value Fee is returned in the Transaction.FinalValueFee field. The Final Value Fee is assessed right after the creation of an order line item.
ReturnedOrderArray
- This container consists of an array of eBay orders that match the input criteria that was passed into the call request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetOrderTransactionsCall()
Constructor. |
|
GetOrderTransactionsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
getIncludeFinalValueFees()
Gets the GetOrderTransactionsRequestType.includeFinalValueFees. |
ItemTransactionIDArrayType |
getItemTransactionIDArray()
Gets the GetOrderTransactionsRequestType.itemTransactionIDArray. |
OrderIDArrayType |
getOrderIDArray()
Gets the GetOrderTransactionsRequestType.orderIDArray. |
OrderArrayType |
getOrderTransactions()
The base request type for the GetOrderTransactions call. |
TransactionPlatformCodeType |
getPlatform()
Gets the GetOrderTransactionsRequestType.platform. |
OrderArrayType |
getReturnedOrderArray()
Valid after executing the API. |
void |
setIncludeFinalValueFees(java.lang.Boolean includeFinalValueFees)
Sets the GetOrderTransactionsRequestType.includeFinalValueFees. |
void |
setItemTransactionIDArray(ItemTransactionIDArrayType itemTransactionIDArray)
Sets the GetOrderTransactionsRequestType.itemTransactionIDArray. |
void |
setOrderIDArray(OrderIDArrayType orderIDArray)
Sets the GetOrderTransactionsRequestType.orderIDArray. |
void |
setPlatform(TransactionPlatformCodeType platform)
Sets the GetOrderTransactionsRequestType.platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetOrderTransactionsCall()
public GetOrderTransactionsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public OrderArrayType getOrderTransactions() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Boolean getIncludeFinalValueFees()
public void setIncludeFinalValueFees(java.lang.Boolean includeFinalValueFees)
includeFinalValueFees
- Booleanpublic ItemTransactionIDArrayType getItemTransactionIDArray()
public void setItemTransactionIDArray(ItemTransactionIDArrayType itemTransactionIDArray)
itemTransactionIDArray
- ItemTransactionIDArrayTypepublic OrderIDArrayType getOrderIDArray()
public void setOrderIDArray(OrderIDArrayType orderIDArray)
orderIDArray
- OrderIDArrayTypepublic TransactionPlatformCodeType getPlatform()
public void setPlatform(TransactionPlatformCodeType platform)
platform
- TransactionPlatformCodeTypepublic OrderArrayType getReturnedOrderArray()
|
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.