Transactions
Returns transactions for the given parameters.
Columns
| Name | Type | References | Description |
| TransactionId | String | The unique identifier for the transaction. | |
| TransactionType | String | The type of transaction. Possible values include: Shipment. | |
| TransactionStatus | String | Status of transaction. Possible values: DEFERRED, RELEASED, DEFERRED_RELEASED. | |
| Description | String | Describes reasons for the transaction. Example: Order Payment, Refund Order. | |
| PostedDate | Datetime | The date and time when the transaction was posted. | |
| CurrencyAmount | Decimal | The total amount of transaction. | |
| CurrencyCode | String | The three-digit currency code in ISO 4217 format. | |
| SellingPartnerId | String | Unique seller identifier. | |
| AccountType | String | Account type of transaction. | |
| MarketplaceId | String | The identifier of the marketplace where the transaction occurred. | |
| MarketplaceName | String | The name of the marketplace where the transaction occurred. Example: Amazon.com, Amazon.in. | |
| TransactionOrderId | String | The OrderId that is associated with the transaction. | |
| TransactionShipmentId | String | The ShipmentId that is associated with the transaction. | |
| TransactionFinancialEventGroupId | String | The identifier that is associated with the transaction's financial event group. | |
| TransactionRefundId | String | The RefundId associated with the transaction. | |
| TransactionInvoiceId | String | The InvoiceId associated with the transaction. | |
| TransactionDisbursementId | String | The DisbursementId for Amazon's bank transfer associated with the transaction. | |
| TransactionTransferId | String | The TransferId that is associated with the transaction. | |
| DeferredTransactionId | String | The transaction ID for the related deferred transaction. | |
| ReleaseTransactionId | String | The transaction ID for the related released transaction. | |
| TransactionSettlementId | String | The identifier that is associated with the transaction's settlement group. | |
| TransactionContext | String | Additional information about the transaction, including payment context, deferral context, and time range context. | |
| TransactionItems | String | Additional information about the items in the transaction, including related business identifiers. | |
| TransactionBreakdowns | String | List of breakdowns detailing how the total amount is calculated for the transaction. |