PA-API v5.0(Amazon API)と言う新しいamazon sdk(api)で商品をランキングで取得する方法が知りたいです。
salesrank(売上ランキング)を取得したいのですが、新しいapiというのが理由でか詳しい方法がわかりません。
言語はPHPを使っています。
下記のサイトを参考にしてランキング取得を目指しています。
https://webservices.amazon.com/paapi5/documentation/getbrowsenodes.html
http://piyopiyocs.blog115.fc2.com/blog-entry-290.html
コードは下記のようになっています。
// $keyword = '裏世界'; $searchIndex = "Books"; $browseNodeId = "507300"; $itemCount = 1; $resources = array( SearchItemsResource::ITEM_INFOTITLE, SearchItemsResource::OFFERSLISTINGSPRICE); $searchItemsRequest = new SearchItemsRequest(); $searchItemsRequest->setSearchIndex($searchIndex); // $searchItemsRequest->setKeywords($keyword); $searchItemsRequest->setItemCount($itemCount); $searchItemsRequest->setBrowseNodeId($browseNodeId); $searchItemsRequest->setPartnerTag($partnerTag); $searchItemsRequest->setPartnerType(PartnerType::ASSOCIATES); $searchItemsRequest->setResources($resources);
(この状態だとkeywordが選択されていないのでエラーになる)
質問1:Books(カテゴリー)の中のbrowseNodeId= 507300(ジャンル)の売上ランキングを取得する方法
ご存知の方いらっしゃいましたら、ぜひご教授ください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。