-
Notifications
You must be signed in to change notification settings - Fork 125
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
CustomError: Invalid 'sku' provided ? #126
Comments
Hi @gopkg-dev, just spent some time investigating and found out that its quite an interesting bug. The encoding of the whitespace and the But what we noticed is that the error message we receive is different when we cut off the Thats actually the expected and correct result (since we don't have an SKU by that name). However, once we add any more characters to the SKU (it doesn't matter if its The issue here seems to be that Amazon allows SKUs to be only 40 characters long. The original SKU So it seems as if Amazon counts the characters before decoding the SKU and as such returns an error of an invalid (too long) SKU although thats actually not the case. @gopkg-dev, could you open an issue with Amazon? I think we should let them know, I wouldn't think this is intentional behaviour. |
FYI - I've raised a ticket a couple of days ago with Amazon. They've responded with the following: "This is a known issue with our Technical teams, and I've added the examples you've provided to our existing contact with them regarding the issue. I''ll monitor this and let you know when we have more information to share." |
Update from Amazon support: "Our technical team has completed their review of how the SKUs were being handled through the API, and hope to push updates later in the week that will address the SKU not founds errors. I'll continue monitoring this issue and update you when the it has been completed." |
Update from Amazon support: "Our Technical team completed their updates to correctly handle the SKU encoding, and issue should now be resolved." |
Can confirm the issue has been resolved, closing the ticket. |
Hey, |
The text was updated successfully, but these errors were encountered: