Description
If you need help troubleshooting a problem with the Amazon Ads API, contact our support team at [email protected]. For help with onboarding, visit the Amazon Ads API service desk. Issues are for reporting documentation bugs and requesting enhancements only.
Describe the bug
The docs mention that when a client gets rate limited, the respose headers will contain a "Retry-After" header specifying how long to wait to retry. This header is not present when using the POST /reporting/reports
endpoint.
URL of the content
Provide the advanced tools center or GitHub URL where you see the bug.
https://advertising.amazon.com/API/docs/en-us/reference/concepts/rate-limiting#avoiding-rate-limits-for-reports
Description of what the documentation currently says
Describe the section/paragraph of the documentation where you see the bug.
Rate limiting, sometimes referred to as throttling, occurs when the Amazon Ads API receives too many requests within a given time period.
When this happens, you will receive a response with the code 429. Contained within that response is a Retry-After header. The Retry-After value is the number of seconds that you should wait before submitting another API call. Rate limiting will occur dynamically based on the overall system load.
Description of what the documentation should say
A clear and concise description of the guidance you expected to see in the documentation.
Additional context
Add any other context about the problem here.