Settlement Reports
Settlement Reports for the Selling Partner Reports API.
Settlement reports cannot be requested or scheduled. They are automatically scheduled by Amazon. You can search for these reports using the getReports
operation.
Important
The following report types were deprecated on March 17, 2025 and will be removed on March 25, 2026:
- Flat File Settlement Report (
GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE
)- XML Settlement Report (
GET_V2_SETTLEMENT_REPORT_DATA_XML
)If you have an application that uses one of these reports, migrate to the Flat File V2 Settlement Report (
GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2
) before March 25, 2026. For more information, refer to the deprecation announcement.
Flat File Settlement Report
reportType value: GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE
Role: Inventory and Order Tracking, Finance and Accounting, Amazon Fulfillment
Availability: Sellers
Report output type: Tab-delimited flat file
This report is deprecated.
XML Settlement Report
reportType value: GET_V2_SETTLEMENT_REPORT_DATA_XML
Role: Finance and Accounting
Availability: Seller Central sellers
Report output type: XML
This report is deprecated.
Flat File V2 Settlement Report
reportType value: GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2
Role: Finance and Accounting
Availability: Seller Central sellers
Report output type: Tab-delimited flat file
A settlement report. This report replaces the Flat File Settlement Report and XML Settlement Report. Price columns are condensed into three general-purpose columns:
amount-type
amount-description
amount
The amount-type
and amount-description
columns contain the type of charge or fee you have incurred, and indicates whether different fees are related to a common type. Amount values always populate in a single amount
column, so there's no need to parse the rows to find a number, even if new fees or transaction types are introduced in the future. Additionally, amounts are displayed in local currency formats (for example, 95,00
for EU instead of 95.00
).
For Seller Central sellers only.
Select to expand list of report attributes.
settlement-id
settlement-start-date
settlement-end-date
deposit-date
total-amount
currency
transaction-type
order-id
merchant-order-id
adjustment-id
shipment-id
marketplace-name
amount-type
amount-description
amount
fulfillment-id
posted-date
posted-date-time
order-item-code
merchant-order-item-id
merchant-adjustment-item-id
sku
quantity-purchased
promotion-id
Updated 11 days ago