We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @amz-tools,
I'm trying to get product fees. I haven't any problem with other countries (FR, IT, ES, DE) but GB does not work, I'm getting this response:
{ "FeesEstimateResult": { "Status": "ClientError", "FeesEstimateIdentifier": { "MarketplaceId": "A1F83G8C2ARO7P", "IdType": "ASIN", "SellerId": "XXXXX", "SellerInputIdentifier": "56f1174c-b87b-4247-8db5-3ca3798faa1d", "IsAmazonFulfilled": true, "IdValue": "B00SLIMMHW", "PriceToEstimateFees": { "ListingPrice": { "CurrencyCode": "EUR", "Amount": 20 }, "Shipping": { "CurrencyCode": "EUR", "Amount": 0 } } }, "Error": { "Type": "Sender", "Code": "InvalidParameterValue", "Message": "There is an client-side error. Please verify your inputs.", "Detail": [] } } }
The error message is not clear. All parameters (except MarketplaceId) are the same with other countries but do not work. Do you have any idea?
Thanks !!
The text was updated successfully, but these errors were encountered:
Hi @ahmetsametoglu,
Amazons error message isn't very useful here but I'm quite sure the problem is that you passed in EUR as CurrencyCode instead of GBP.
Sorry, something went wrong.
Oh my GOD! I didn't see. Sorry for keeping you busy. Thanks.
No branches or pull requests
Hi @amz-tools,
I'm trying to get product fees.
I haven't any problem with other countries (FR, IT, ES, DE) but GB does not work, I'm getting this response:
The error message is not clear. All parameters (except MarketplaceId) are the same with other countries but do not work.
Do you have any idea?
Thanks !!
The text was updated successfully, but these errors were encountered: