开发者

Amazon Product Availability

开发者 https://www.devze.com 2022-12-13 16:18 出处:网络
Many products on amazon are unavailable but a date is given for when they\'ll be in stock. I\'ve used AWS and got an XML reply but I can\'t find the date information anywhere. Is it possible to开发者_

Many products on amazon are unavailable but a date is given for when they'll be in stock. I've used AWS and got an XML reply but I can't find the date information anywhere. Is it possible to开发者_JAVA百科 get this information? Thanks.

NOTE: This is what i've got as a request, what should I alter?

http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=MYID&AssociateTag=MYTAG&ItemId=THEITEMID&Operation=ItemLookup&ResponseGroup=Large&ReviewSort=-HelpfulVotes&Service=AWSECommerceService&Signature=MYSIGNATURE&Timestamp=2009-12-04T17%3A35%3A43Z&Version=2009-06-01           


You probably want either PublicationDate or ReleaseDate. You need to be sure that you're requesting a ResponseGroup that has this data in it. ItemAttributes has both, but there may be other groups that include them also.

Amazon Response Elements

0

精彩评论

暂无评论...
验证码 换一张
取 消