質問

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