Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errorDetails: 'A client error occurred. Please double check that your parameters are valid and fulfill the requirements of the report type.' report type. #220

Open
nitheeshls opened this issue Jun 27, 2023 · 1 comment

Comments

@nitheeshls
Copy link

While trying to get the vendor central report "GET_BRAND_ANALYTICS_REPEAT_PURCHASE_REPORT"

Body Passed:
{
marketplaceIds: [ 'ATVPDKIKX0DER' ],
reportType: 'GET_BRAND_ANALYTICS_REPEAT_PURCHASE_REPORT',
reportOptions: { reportPeriod: 'WEEK' },
dataStartTime: '2023-06-11',
dataEndTime: '2023-06-17'
}

Getting this error
" errorDetails: 'A client error occurred. Please double check that your parameters are valid and fulfill the requirements of the report type.' "

Which is working fine till last before week. I didn't find anything reg this error inside documentation. Can anyone faced this issue earlier your help would be appreciated!!

Thanks!!!

@amz-tools
Copy link
Owner

@nitheeshls Can't really help you out with that issue, but you are not the only one with that problem: amzn/selling-partner-api-models#2630

Maybe its an issue with the report not having any data for the requested time period at the time you requested it. I know this has happened in the past for the brand analytics reports that data was delayed and instead of returning an empty report it returned error messages with error messages that don't show the real reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants