How do I tell if a product is prime eligible in the Amazon Product Advertising API?

StackOverflow https://stackoverflow.com/questions/23530977

  •  17-07-2023
  •  | 
  •  

문제

Been using the API for about a week now and I can't seem to figure out how to access this data in ItemSearch.

도움이 되었습니까?

해결책 2

If you perform an ItemSearch the ResponseGroup will contain IsEligibleForSuperSaverShipping which will tell you if it is Prime eligible.

다른 팁

The attribute IsEligibleForPrime tells you whether the Article is for Amazon Prime or not. It is delivered with the Response Group OfferListings http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CHAP_response_elements.html#IsEligibleForPrime

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top