"?AWSAccessKeyId = " & AmazonAWSAccessKeyID & _
"&Action=GetMatchingProduct" & _
"&SellerId=" & AmazonAWSMerchantID & _
"&SignatureVersion=2" & _
"&Timestamp=" & _
"&Version=2011-10-01" & _
"&Signature=" & _
"&SignatureMethod=HmacSHA256" & _
"&MarketplaceId=ATVPDKIKX0DER" & _
"&ASINList.ASIN.1=0515100536"
Chris:
Your link works and I successfully connected with my own newly constructed request just a few minutes ago. Strangely, last night, 12 hours ago it did not work.
Thank you so much. I think will be able to proceed as needed from this point.
I’m going to devote the rest of August listing books with my existing system while it still works and begin reprogramming after September 1 to work with Amazon’s new paradigm.
Oh how I wish they had not enforced this change.
Thanks,
Russ Bohlin
--
You received this message because you are subscribed to the Google Groups "SowaCS Consulting" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sowacs-consulting/-/mUKCP68X4T8J.
To post to this group, send email to sowacs-c...@googlegroups.com.
To unsubscribe from this group, send email to sowacs-consult...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sowacs-consulting?hl=en.
Chris:
Your example link works, but mine pasted below doesn’t:
I get response: “
The webpage cannot be found |
HTTP 400 |
“
I can’t see any difference in the structure of my link and yours.
Can you spot any error?
Thanks,
Russ Bohlin
From: sowacs-c...@googlegroups.com [mailto:sowacs-c...@googlegroups.com] On Behalf Of C Sowa
Sent: Sunday, August 19, 2012 2:23 PM
To: sowacs-c...@googlegroups.com
Subject: [SowaCS Consulting] Re: Page mws.amazonservices.com/Products/2011-10-01/index.htm not found.
Russ:
--
Your example link works, but mine pasted below doesn’t:
<snip/>
--
You received this message because you are subscribed to the Google Groups "SowaCS Consulting" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sowacs-consulting/-/R2OMdyr6wd0J.
Hello Chris:
Amazon finally shut down their old service so I just began the reprogramming required. I ran into the following problem.
Sending Sowacs a URL for their operation “GetMatchingProduct”:
Translates by your site into the valid URL:
which returns the expected XML .
However, when I change the operation to “GetCompetitivePricingForAsin”
I send Sowacs the URL:
it doesn’t get “translated”: my IE Explorer address bar still shows:
and Internet Explorer shows me:
The webpage cannot be found
HTTP 404
Can your code be “generalized” to do the signature computation for all possible variations of Operation Requests? It works with “GetMatchingProduct” but not “GetCompetitivePricingForAsin”, for me, and their several other Operation Requests spelled out In their API documentation that I will need to use.
Thanks,
Russ Bohlin
--
You received this message because you are subscribed to the Google Groups "SowaCS Consulting" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sowacs-consulting/-/R2OMdyr6wd0J.
Russ:
It should work for any "Action". I tried the GetCompetitivePricingForAsin link that you sent, and it appears to be signed correctly. Amazon returned the following:
<?xml version="1.0"?>
<ErrorResponse xmlns="http://mws.amazonservices.com/schema/Products/2011-10-01">
<Error>
<Type>Sender</Type>
<Code>InvalidAddress</Code>
<Message>Operation GetCompetitivePricingForAsin is not available for section Products/2011-10-01</Message>
</Error>
<RequestID>46d198e0-9fff-47b2-b981-c6945464d3c0</RequestID>
</ErrorResponse>
I'm not sure what you're encountering. It doesn't appear to be occurring at sowacs.appspot.com.
---Chris
Chris,
When I sent you the link that worked,
what you do when you add the timestamp and signature changes the address that appears in my Explorer address bar to
The first part of the hyperlink, sowacs.appspot.com/AWS/ disappears.
On the link that doesn’t work,
the string , sowacs.appspot.com/AWS/ remains and the timestamp and signature are not added and I get the error HTTP 400 Bad Request
I tried changing the https to http and I get a different result: the sowacs.appspot.com/AWS/ disappears and you calculate the timestamp and signature but the resulting link doesn’t work and I get the message
Oops! Internet Explorer could not connect to mws.amazonservices.com Suggestions: Go to
Can you see the pattern here and figure out what to do?
Thanks,
Russ Bohlin
From: sowacs-c...@googlegroups.com [mailto:sowacs-c...@googlegroups.com] On Behalf Of C Sowa
Sent: Wednesday, September 19, 2012 11:22 AM
To: sowacs-c...@googlegroups.com
Subject: Re: [SowaCS Consulting] Re: Page mws.amazonservices.com/Products/2011-10-01/index.htm not found.
Russ:
--
You received this message because you are subscribed to the Google Groups "SowaCS Consulting" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sowacs-consulting/-/HgP0JJtjzHsJ.
Chris:
Thanks so much.
I found my mistake after spinning my wheels for a ridiculous time. My operation was misspelled as GetCompetitivePricingForAsin instead of GetCompetitivePricingForASIN. Do you see? Asin instead of ASIN. What a pain in the neck.
Reminds me of my early days as a trainee COBOL programmer back in 1974. After two days of trying to get a program to work, my boss looked over my shoulder and pointed out a missing period.
I did download Fiddler as you suggested and in a few minutes of cursory perusal it gave me the insight I needed.
I made a $50.00 donation to you through Paypal.
Russ Bohlin
From: sowacs-c...@googlegroups.com [mailto:sowacs-c...@googlegroups.com] On Behalf Of C Sowa
Sent: Thursday, September 20, 2012 1:28 AM
To: sowacs-c...@googlegroups.com
Subject: Re: [SowaCS Consulting] Re: Page mws.amazonservices.com/Products/2011-10-01/index.htm not found.
Russ:
--
You received this message because you are subscribed to the Google Groups "SowaCS Consulting" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sowacs-consulting/-/jnh9aIkTZZoJ.