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.
you an tell if product is prime by checking IsEligibleForPrime in the OfferListing response group.
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
At this point there is no way to tell if a product is prime available.