Skip to content


Apparel ItemSearch does not display ListPrice

Today, I was noticing one of my Amazon sites was not displaying prices for *some* apparel items. Looking closely at the XML response coming back from AWS, I noticed that ItemAttributes->ListPrice->FormattedPrice was not included as well as OfferSummary->LowestNewPrice->FormattedPrice was missing as well. Price of any sort was completely missing in about 80% of my apparel listings when I do a ItemSearch.

After doing some Googlin’ I found others with similar problems. It’s definitely not a new problem, so I was glad there were solutions, so I wanted to post this in case others run across this issue. It might be in other SearchIndexes besides apparel.

The solution is to modify your ResponseGroup value in your request to AWS. Normally, I only ask for “Offers, Images,ItemAttributes”. What you need to do is include “Variations” as well. So my ResponseGroup looks like: “Offers,Images,ItemAttributes,Variations”

You should now see VariationSummary in your XML response. To access the price there you would look at VariationSummary->LowestPrice->FormattedPrice

Hope this helps!



Related posts:

  1. How to search Amazon’s catalog with Amazon’s Associate Web Service
  2. Finding BrowseNodes for Amazon API search (AWS)
  3. Amazon Product API: SignatureDoesNotMatch error response
  4. Parsing XML CJ Product Feeds
  5. Dynamic XML/RSS Feed using PopShops

Posted in Programming.

Tagged with , , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.

Powered by WP Hashcash