From 4b3b97a8cbb4d8d6527ab99bd18641d0a94dd323 Mon Sep 17 00:00:00 2001 From: andiec Date: Wed, 7 Jun 2023 14:20:11 -0400 Subject: [PATCH] updated description to listFinancialEventsbyGroupID --- models/finances-api-model/financesV0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/finances-api-model/financesV0.json b/models/finances-api-model/financesV0.json index 87eb911..a4acf8e 100644 --- a/models/finances-api-model/financesV0.json +++ b/models/finances-api-model/financesV0.json @@ -227,7 +227,7 @@ }, "/finances/v0/financialEventGroups/{eventGroupId}/financialEvents": { "get": { - "description": "Returns all financial events for the specified financial event group.It may take up to 48 hours for orders to appear in your financial events.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).", + "description": "Returns all financial events for the specified financial event group. It may take up to 48 hours for orders to appear in your financial events.\n\n**Note:** This operation will only retrieve group's data for the past two years. If a request is submitted for data spanning more than two years, an empty response is returned.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.5 | 30 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "listFinancialEventsByGroupId", "parameters": [ {