Trading_GetOrderTransactionsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetOrderTransactionsRequestType.h Trading_GetOrderTransactionsRequestType.m |
Overview
Retrieves information about one or more orders based on OrderIDs, ItemIDs, or SKU values. Also for Half.com.
@ingroup EBayAPIInterface
Tasks
-
itemTransactionIDArray
An array of one or more ItemTransactionID containers. Each
property
ItemTransactionID container identifies an order line item
to retrieve in the response. -
orderIDArray
An array of one or more OrderID containers. Each
property
OrderID container identifies an order to retrieve in the response.
Up to 20 orders (using 20 OrderID containers) can be
retrieved with one GetOrderTransactions call. -
platform
Name of the eBay co-branded site upon which the order line item was created.
property
This will serve as a filter for the orders to get emitted in the response. -
includeFinalValueFees
Indicates whether to include Final Value Fee (FVF) in the response. For most
property
listing types, the Final Value Fee is returned in Transaction.FinalValueFee.
The Final Value Fee is returned on a transaction-by-transaction basis for
FixedPriceItem and StoresFixedPrice listing types. For all other listing
types, the Final Value Fee is returned when the listing status is Completed.
This value is not returned if the auction ended with Buy It Now.
Properties
includeFinalValueFees
Indicates whether to include Final Value Fee (FVF) in the response. For most
listing types, the Final Value Fee is returned in Transaction.FinalValueFee.
The Final Value Fee is returned on a transaction-by-transaction basis for
FixedPriceItem and StoresFixedPrice listing types. For all other listing
types, the Final Value Fee is returned when the listing status is Completed.
This value is not returned if the auction ended with Buy It Now.
@property (nonatomic, retain) NSNumber *includeFinalValueFees
Discussion
Indicates whether to include Final Value Fee (FVF) in the response. For most
listing types, the Final Value Fee is returned in Transaction.FinalValueFee.
The Final Value Fee is returned on a transaction-by-transaction basis for
FixedPriceItem and StoresFixedPrice listing types. For all other listing
types, the Final Value Fee is returned when the listing status is Completed.
This value is not returned if the auction ended with Buy It Now.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetOrderTransactionsRequestType.h
itemTransactionIDArray
An array of one or more ItemTransactionID containers. Each
ItemTransactionID container identifies an order line item
to retrieve in the response.
@property (nonatomic, retain) Trading_ItemTransactionIDArrayType *itemTransactionIDArray
Discussion
An array of one or more ItemTransactionID containers. Each
ItemTransactionID container identifies an order line item
to retrieve in the response.
type : class Trading_ItemTransactionIDArrayType
Declared In
Trading_GetOrderTransactionsRequestType.h
orderIDArray
An array of one or more OrderID containers. Each
OrderID container identifies an order to retrieve in the response.
Up to 20 orders (using 20 OrderID containers) can be
retrieved with one GetOrderTransactions call.
@property (nonatomic, retain) Trading_OrderIDArrayType *orderIDArray
Discussion
An array of one or more OrderID containers. Each
OrderID container identifies an order to retrieve in the response.
Up to 20 orders (using 20 OrderID containers) can be
retrieved with one GetOrderTransactions call.
type : class Trading_OrderIDArrayType
Declared In
Trading_GetOrderTransactionsRequestType.h
platform
Name of the eBay co-branded site upon which the order line item was created.
This will serve as a filter for the orders to get emitted in the response.
@property (nonatomic, retain) NSString *platform
Discussion
Name of the eBay co-branded site upon which the order line item was created.
This will serve as a filter for the orders to get emitted in the response.
type: string constant in Trading_TransactionPlatformCodeType.h
Declared In
Trading_GetOrderTransactionsRequestType.h