Rate (requests per second) | Burst |
---|---|
0.5 | 10 |
x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.curl --location -g --request GET 'https://sandbox.sellingpartnerapi-na.amazon.com/finances/2024-06-19/transactions?postedAfter=2024-01-01&marketplaceId={{MARKET_USA}}'
nextToken
when the number of results exceeds the specified pageSize
value. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until nextToken
is null. Note that this operation can return empty pages.Shipment
Deferred
Released
{
"nextToken": "string",
"transactions": [
{
"sellingPartnerMetadata": {
"sellingPartnerId": "XXXXXXXXXXXXXX",
"accountType": "PAYABLE",
"marketplaceId": "ATVPDKIKX0DER"
},
"relatedIdentifiers": [
{
"relatedIdentifierName": "ORDER_ID",
"relatedIdentifierValue": "8129762527551"
}
],
"transactionType": "Shipment",
"transactionId": "b1qD0oAliFkLiqRyGbmeT0DoS2Z2kHzi7TZ92z-vARI",
"transactionStatus": "Released",
"description": "Order Payment",
"postedDate": "2020-07-14T03:35:13.214Z",
"totalAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"marketplaceDetails": {
"marketplaceId": "ATVPDKIKX0DER",
"marketplaceName": "Amazon.com"
},
"items": [
{
"description": "Item title",
"totalAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"relatedIdentifiers": [
{
"itemRelatedIdentifierName": "ORDER_ADJUSTMENT_ITEM_ID",
"itemRelatedIdentifierValue": "81297625-121-27551"
}
],
"breakdowns": [
{
"breakdownType": "Product Charges",
"breakdownAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"breakdowns": [
{
"breakdownType": "Principle",
"breakdownAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"breakdowns": []
}
]
}
],
"contexts": [
{
"contextType": "ProductContext",
"asin": "B07FGXZQZ1",
"sku": "sku-12",
"quantityShipped": 1,
"fulfillmentNetwork": "MFN"
}
]
}
],
"breakdowns": {
"breakdowns": [
{
"breakdownType": "Sales",
"breakdownAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"breakdowns": [
{
"breakdownType": "Product Charges",
"breakdownAmount": {
"currencyAmount": 10,
"currencyCode": "USD"
},
"breakdowns": []
}
]
}
]
},
"contexts": [
{
"contextType": "AmazonPayContext",
"storeName": "Store 1",
"orderType": "Order Type",
"channel": "MFN"
}
]
}
]
}