9
votes

I have searched how to use Amazon Product Advertising API and now I am able to search different product using Amazon Product Advertising API and it is working fine.

But as I know we can get only amazon prime product from our account and when I login with amazon account using amazon site and search any product I found only amazon prime product.

But when I am trying to get amazon product using Amazon Product Advertising API with my security id etc Amazon Product Advertising API give us all product in search but I need only prime product list when I search with Amazon Product Advertising API.

Is it possible ? Can anyone help me ?

Thank you very much.

3
By Amazon API you are referring to the Product Advertising API? - Jonathan Spooner
i don't know about this i have just used amazon api as amazon developer can you please send us more detail for Product Advertising API if you know anything. Thanks in advance - user1213314
Please post a link to the "amazon api" that you are using. - Jonathan Spooner
Can you tell me if i need to use other link for only prime product ? - user1213314

3 Answers

2
votes

Use this response groups Offers/Offer/OfferListing and search for IsEligibleForPrime attribute, this is used to know in this offer is primer eligible or not

0
votes

At this point there is no way to tell if a product is prime available.

0
votes

you an tell if product is prime by checking IsEligibleForPrime in the OfferListing response group.