Replies: 1 comment 1 reply
-
I am not sure if this is a bug on Amazon side, when I test this with an invalid SKU amazon doesn't send any errors all I get is this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Many thanks for creating this. It's extremely helpful and the greatest feature is the throttling handling, it's quite remarkable.
I am facing the following issue:
Migrated our app from MWS API and using ProductPricing.GetCompetitivePricingAsync and GetListingOffersBatchAsync to get competitive prices and lowest offers for a range of SKUs.
Whenever an SKU does not exist in Amazon, we get a ClientError, however we cannot locate the relevant error message. MWS was providing something like
is an invalid SellerSKU for marketplace
or
SellerSKU maps to an invalid ASIN
Is there something like this available using this API ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions