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

productFees.getMyFeesEstimateForASIN InvalidParameterValue #49

Closed
ahmetsametoglu opened this issue Aug 13, 2021 · 2 comments
Closed

productFees.getMyFeesEstimateForASIN InvalidParameterValue #49

ahmetsametoglu opened this issue Aug 13, 2021 · 2 comments

Comments

@ahmetsametoglu
Copy link

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 !!

@amz-tools
Copy link
Owner

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.

@ahmetsametoglu ahmetsametoglu changed the title productFees.getMyFeesEstimateForASIN productFees.getMyFeesEstimateForASIN InvalidParameterValue Aug 14, 2021
@ahmetsametoglu
Copy link
Author

Oh my GOD!
I didn't see. Sorry for keeping you busy.
Thanks.

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