문제

When using operation ListMatchingProducts or GetMatchingProductForId, is the UPC returned anywhere in the result?

If so, how do I access it?

If not, what service should I use to request it from Amazon? The Product Advertising API (formerly ECS)?

도움이 되었습니까?

해결책

Somehow I completely missed this in the Product Advertising API docs!

For the response group Medium and Large, access UPC in the resulting object using:

$ecsResponse->Items->Item->ItemAttributes->UPC
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top