Can we get only amazon prime product using Amazon

2019-03-19 03:03发布

问题:

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.

回答1:

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



回答2:

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



回答3:

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