Pablo Fernandez
Pablo Fernandez

Reputation: 287780

Mixing search indexes using the Amazon Product Advertising API

How do you run a search using two and only two search indexes on the Amazon Product Advertising API, like DVD and Books.

Upvotes: 4

Views: 931

Answers (1)

Portman
Portman

Reputation: 31995

You can't. You can either:

  • Use the blended index, which will search everything, or
  • Submit two ItemSearchRequests, one for the Books index and another for the DVDs index. This is why Amazon lets you submit multiple requests in a single API call (using the SOAP versions).

Upvotes: 5

Related Questions