Closed rogerms closed 2 years ago
@rogerms it's not a problem with your code, the library broke, I followed the same steps and it worked some days ago, but some days ago started returning this error. If you see on the url they return the signature doesn't match (I opened a ticket as well about this error, amzn/selling-partner-api-models#783 ). Now let's wait they to answer about a solution for all.
@DoogieStick, It makes sense. It did work for me a few months ago too. At least I can stop wasting my time trying to find a solution. Thank you.
On Thu, Apr 7, 2022 at 3:23 PM DoogieStick @.***> wrote:
@rogerms https://github.com/rogerms it's not a problem with your code, the library broke, I followed the same steps and it worked some days ago, but some days ago started returning this error. If you see on the url they return the signature doesn't match (I opened a ticket as well about this error, amzn/selling-partner-api-models#783 https://github.com/amz-tools/amazon-sp-api/issues/125 ). Now let's wait they to answer about a solution for all.
— Reply to this email directly, view it on GitHub https://github.com/amz-tools/amazon-sp-api/issues/124#issuecomment-1092212330, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM2KGPN3UTTIU6CWZUZ6ELVD5G5XANCNFSM5SXRDH7A . You are receiving this because you were mentioned.Message ID: @.***>
Hi @rogerms, @DoogieStick,
which version of the client are you using? I am wondering what could be the issue here, I just tried the exact same feed upload call and it is actually working without any problems. Are you sure that the merchant identifier and/or SKU are correct?
Hi @amz-tools I replied on issue 125 all my code (the data is correct because everything else is working) and as @rogerms mentioned before, It was working some months ago, I was using 0.6.5 version, but testing I updated to 0.7.3, downgraded to 0.6.4 and got the same error
Hi @DoogieStick,
ah yes, I see the code, sorry! Its really bugging me, both of your codes look perfectly fine. And when I am trying the code (only changing merchant identifier and sku) I can update the quantity without any issues and can also see the quantity change in sellercentral.
Checking the result with getFeedDocument
also states that everything worked out fine:
<?xml version="1.0" encoding="UTF-8"?>
<AmazonEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="amzn-envelope.xsd">
<Header>
<DocumentVersion>1.02</DocumentVersion>
<MerchantIdentifier>MERCHANT_IDENTIFIER</MerchantIdentifier>
</Header>
<MessageType>ProcessingReport</MessageType>
<Message>
<MessageID>1</MessageID>
<ProcessingReport>
<DocumentTransactionID>DOCUMENT_TRANSACTION_ID</DocumentTransactionID>
<StatusCode>Complete</StatusCode>
<ProcessingSummary>
<MessagesProcessed>1</MessagesProcessed>
<MessagesSuccessful>1</MessagesSuccessful>
<MessagesWithError>0</MessagesWithError>
<MessagesWithWarning>0</MessagesWithWarning>
</ProcessingSummary>
</ProcessingReport>
</Message>
</AmazonEnvelope>
So to be honest, I am a bit lost here as to what could be the issue. But one thing I am wondering: @DoogieStick, you wrote that the error started coming with version 0.6.5 after some time and already BEFORE you upgraded to 0.7.3? So if the version didn't change it probably wouldn't be related to the client?
@amz-tools I developed this feature in January, it worked perfectly at this point in time. some days ago I tried to execute the same code and started to get this error. after looking at your npm site I found new versions. So I started testing going up/down between versions from 0.7.3 to 0.6.4, but out of the version I settle I got the same error about the signature (the same error Roger said on the api, but on the link specified it was signature error)
@DoogieStick, @rogerms,
to me this looks like an issue on Amazon's end, because what seems to happen here is exactly the same as mentioned in the two tickets here and here. Also, I couldn't really think of a reason why the code works fine and then suddenly doesn't work anymore without any version update of the client.
Maybe its possible to have it resolved by opening a ticket with Amazon SP support, because according to the devs raising the issues mentioned above that's apparently the only way to fix the issue...
I am having this same issue as well, has anyone had any luck contacting amazon to get this resolved?
I came across this issue today. No changes in the code or library version. Any update on this? I am able to call createFeedDocument and upload the feed content. Calling createFeed returns CustomError: Invalid request parameters
.
Check your seller account email for any mail stating that your ability to create listing has been disabled. Updating the Charge Method should resolve this issue.
Invalid request parameters
I just met and solved this problem!
First, you enter your authorized Amazon store,Manually click to create product,Then Amazon will prompt you that the store needs to be activated。Then you need to resubmit the information and wait for the approval !
This is because the store has not used it for a long time, and the FEED has been disabled by Amazon.
this is not Signature error!
I am following all the instructions but for some reasons I am getting an error when trying to create a feed. Here is the error which doesn't show which parameters are invalid:
Do you guys have any idea? I've been able to fetch orders, etc. I can even update inventory using the "patchListingsItem" operation; that tells me that my credentials are valid.
here is the code:
Thank you for your help