我试图了解我如何向亚马逊发送产品请求。 AWS中的示例如下所示:
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService
&Operation=ItemSearch
&ResponseGroup=Small
&Keywords=Engagement%20ring%20set
&Availability=Available
&SearchIndex=Jewelry
&AssociateTag=[Your_AssociateTag]
&AWSAccessKeyId=[Your_AWSAccessKeyId]
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request_Signature]
我收到了我的身份证,但我无法收到请求。
我得到了ERROR 404.
也许是AssociateTag?我能在哪里找到他?
由于