Amazon SP API Catalog Items API execution process
Desenvolvedor
Chat público
Detalhes do produto
Provides Amazon SP-API(Selling Partner API) Catalog Items API execution processing.
You can get the results of the Catalog Items API in a PHP environment by simply pasting this code.
The methods provided are as follows.
construct | Initial value setting |
index | output |
amazonRequest | Catalog Items API request generation |
getAccessToken | Token API request generation |
httpRequest | http request |
[Installation steps]
STEP1.Download
Download the product zip file, unzip it and open methods.php
STEP2.Set initial values
Enter information from 1 to 4
*1 does not have to be the actual application name
*Please obtain 2, 3, and 4 from Developer Central of Amazon Seller Central
Please modify 5, 7, and 8 according to the marketplace you use.
Please enter the keyword or ASIN to be searched in 12 (multiple searches are possible by separating with ",")
13 is the number of records to retrieve (maximum 20)
STEP3.Paste the code
Paste all methods including the constructor modified in STEP 2 to the Controller in your environment.
Please customize the output part to make it easier to use.
*Please refer to the guide file for detailed usage
[Note]
Application LWA authentication information (client ID, client confidential information) and refresh token must be obtained separately from Seller Central.
Please note that this information does not come with this product.
=================================================================
Amazon SP-API(Selling Partner API) Catalog Items API実行処理を提供します
こちらのコードを張り付けるだけでPHPの環境においてCatalog Items APIの結果を得ることができます
提供するメソッドとしては下記となります
construct | 初期値設定 |
index | 出力 |
amazonRequest | Catalog Items APIリクエスト生成 |
getAccessToken | トークン APIリクエスト生成 |
httpRequest | httpリクエスト |
[導入手順]
STEP1.ダウンロード
商品となるzipファイルをダウンロード 解凍しmethods.phpを開く
STEP2.初期値を設定する
4の情報を入力する
1は実際のアプリケーション名でなくともよい
2,3,4はAmazonセラーセントラルのデベロッパーセントラルから取得してください
5,7,8は利用するマーケットプレイスに応じて修正して下さい
12に検索対象となるキーワードまたはASINを入力してください( , 区切りで複数検索が可能です)
13は取得するレコード数です(20件が最大)
STEP3.コードを張り付ける
ご自身の環境のControllerにSTEP2にて修正したコンストラクタを含めたすべてのメソッドを張り付ける
出力部分を使いやすいようにカスタマイズしてご利用ください
詳細な使い方はガイドファイルを参照してください (日本語対応)
[注意]
アプリケーションのLWA認証情報 クライアントID クライアント機密情報 リフレッシュトークンはセラーセントラルで別途取得して頂く必要があります
こちらの商品にはそれらの情報が付属しておりませんのであらかじめご了承ください
ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ
ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ
Provides Amazon SP-API Catalog Items API execution processing.You can get the results of Catalog Items API just by pasting this code.
Amazon SP-API Catalog Items API実行処理を提供します。
こちらのコードを張り付けるだけでCatalog Items APIの結果を得ることができます。
Árvore de arquivos
-
📁 Amazon SP API Catalog Items API execution process