UPC/EAN/ISBN を追加して製品 ID を ASIN クエリ キューに一致させます
ASIN クエリ キューに製品 ID を照合するための UPC/EAN/ISBN を追加するリクエスト。
クレジット控除
データの取得が成功すると、1 クレジットが差し引かれます。
要求
URI | /api/query/matchasins/{productId}?domain={ドメイン}&secretKey={secretKey} 結果を展開するには、以下の url パラメータを追加します。 &expanded=true |
{ productId } – 値は UPC、EAN、または ISBN です。 {domain} – オプション – ターゲットの Amazon ドメイン。 指定しない場合、デフォルトは www.amazon.com です。 見る サポートされている Amazon ドメイン リスト用。 |
HTTP ヘッダー (オプション) | AMZPECTY_CALLBACK_URL={コールバック URL} | |
例 | /api/query/matchasins/889698281140?domain=www.amazon.com&secretKey=xxxxxxx&expanded=true |
応答
ヘッダ | |
メディアタイプ | アプリケーション/ json |
JSONデータ |
JSONの
{
"status": "OK",
"responsefor": "matchasins",
"allowed": 4100,
"dailyAllowed": null,
"messageId": null,
"message": null,
"data": null,
"rid": "60d99426e4b0dd7aa946dcc3",
"dateProcessed": null
}
製品IDで一致するASINを取得
Product Id によって一致する ASIN を取得するリクエスト。
クレジット控除
Get 呼び出しに対する 0 (ゼロ) クレジット控除。
要求
URI | /api/query/getmatchasins/productid/{productId}?domain={ドメイン}&secretKey={secretKey} | { productId } – 値は UPC、EAN、または ISBN です {domain} – オプション – ターゲットの Amazon ドメイン。 指定しない場合、デフォルトは www.amazon.com です。 見る サポートされている Amazon ドメイン リスト用。 |
例 | /api/query/getmatchasins/productid/889698281140?domain=www.amazon.com&secretKey=xxxxxxx |
応答 (正常)
ヘッダ | |
メディアタイプ | アプリケーション/ json |
JSONデータ |
JSONの
{
"status": "OK",
"responsefor": "matchasins",
"allowed": 4099,
"dailyAllowed": null,
"messageId": null,
"message": null,
"data": {
"productId": "889698281140",
"totalMatch": 2,
"match": [
{
"asin": "B07JLCLVRJ",
"itemName": "Funko PoP! MArvel",
"link": "http://www.amazon.com/gp/product/B07JLCLVRJ/ref=silver_xx_cont_revecalc",
"imageUrl": "https://m.media-amazon.com/images/I/61Y6N4hBjDL._SL120_.jpg"
},
{
"asin": "B0822D5J3H",
"itemName": "Funko PoP! Marvel Avengers 3: Infinity War - Infinity Stones Thanos Chrome Funko Pop! ",
"link": "http://www.amazon.com/gp/product/B0822D5J3H/ref=silver_xx_cont_revecalc",
"imageUrl": "https://m.media-amazon.com/images/I/61cjGuIskKL._SL120_.jpg"
}
]
},
"rid": "60d97a7ae4b0257198902e55",
"dateProcessed": 1626840063541,
"domain": "www.amazon.com",
"totalCreditsDeducted": 1
}
応答 (拡張が有効な場合)
ヘッダ | |
メディアタイプ | アプリケーション/ json |
JSONデータ |
JSONの
{
"status": "OK",
"responsefor": "matchasins",
"allowed": 4099,
"dailyAllowed": null,
"messageId": null,
"message": null,
"data": {
"productId": "3401575390447",
"totalMatch": 1,
"match": [
{
"asin": "B0036SFTK4",
"itemName": "Bioderma - Sensibio - H2O Micellar Water - Makeup Remover Cleanser - Face Cleanser for Sensitive Skin",
"link": "https://www.amazon.com/gp/product/B0036SFTK4/ref=xx_dp_cont_revecalc",
"imageUrl": "https://m.media-amazon.com/images/I/31zvmrJnssL._SL120_.jpg",
"offerCount": 4,
"thumbStringUrl": "https://m.media-amazon.com/images/I/31zvmrJnssL._SL120_SL80_.jpg",
"weight": 0.7099,
"weightUnit": "pounds",
"dimensionLength": 2.2,
"dimensionWidth": 2.24,
"dimensionHeight": 5.67,
"dimensionUnit": "inches",
"customerReviewsCount": 41215,
"customerReviewsRating": "4.8 out of 5 stars",
"customerReviewsRatingfullStarCount": 5,
"customerReviewsRatingValue": 4.8,
"sellerName": "Michele Clark",
"sellerShipsFrom": "Amazon",
"price": 12.99,
"shippingPrice": 0,
"salesRank": 121,
"salesRankContextName": "Beauty & Personal Care"
}
]
},
"rid": "60d97a7ae4b0257198902e55",
"dateProcessed": 1626840063541,
"domain": "www.amazon.com",
"totalCreditsDeducted": 1
}
RID と ASIN をマッチングさせる
リクエスト ID (RID) によって一致する ASIN を取得するリクエスト。
クレジット控除
Get 呼び出しに対する 0 (ゼロ) クレジット控除。
要求
URI | /api/query/getmatchasins/rid/{rid}?domain={ドメイン}&secretKey={secretKey} | {rid} – 追加応答からのリクエスト ID {domain} – オプション – ターゲットの Amazon ドメイン。 指定しない場合、デフォルトは www.amazon.com です。 見る サポートされている Amazon ドメイン リスト用。 |
例 | /api/query/getmatchasins/rid/60d99426e4b0dd7aa946dcc3?domain=www.amazon.com&secretKey=xxxxxxx |