| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::OrderTransactionType
Contains an order or a transaction. A transaction is the sale of one or more items from a seller's listing to a buyer. An order combines two or more transactions into a single payment.
eBay::API::XML::DataType::OrderTransactionType inherits from the eBay::API::XML::BaseDataType class
Contains the information describing an order.
# Argument: 'ns:OrderType'
Calls: GetMyeBayBuying
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
Context: WonList
DeletedFromWonList
Calls: GetMyeBaySelling
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
Context: SoldList
DeletedFromSoldList
# Returns: 'ns:OrderType'
Contains the information describing a transaction.
# Argument: 'ns:TransactionType'
Calls: GetMyeBayBuying
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
Context: WonList
DeletedFromWonList
Calls: GetMyeBaySelling
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
Context: SoldList
DeletedFromSoldList
# Returns: 'ns:TransactionType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |