私は次のものを持っています:
$amazon = new Zend_Service_Amazon($this->AMAZON_API_KEY, 'US', $this->AMAZON_API_SECRET);
$book = $amazon->itemLookup($isbn,
array(
'SearchIndex' => 'Books',
'AssociateTag' => 'NON ASSOCIATE',
'IdType' => 'ISBN',
'ResponseGroup' => 'Large,ItemAttributes,Images,EditorialReview',
)
);
かなりの情報が返されますが、重みやカテゴリ/ジャンルは返されません。重みとカテゴリを取得するにはどうすればよいですか?