AGGIUNGI UPC/EAN/ISBN PER ABBINARE L'ID PRODOTTO ALLA CODA DI QUERY ASIN
La richiesta di aggiungere un codice UPC/EAN/ISBN per abbinare l'ID prodotto alla coda di query dell'ASIN.
DETRAZIONE DEL CREDITO
1 (uno) detrazione del credito dopo il recupero riuscito dei dati.
RICHIESTA
URI | /api/query/matchasins/{productId}?domain={dominio}&secretKey={secretKey} Aggiungi il parametro URL di seguito per ottenere risultati espansi. &expanded=true |
{ productId } – il valore può essere UPC, EAN o ISBN {domain} – facoltativo – il dominio Amazon di destinazione. Il valore predefinito è www.amazon.com se non specificato. Vedere Domini Amazon supportati per lista. |
Intestazione HTTP (facoltativa) | AMZPECTY_CALLBACK_URL={Il tuo URL di richiamata} | |
Esempio | /api/query/matchasins/889698281140?domain=www.amazon.com&secretKey=xxxxxxx&expanded=true |
RISPOSTA
Headers | |
Tipo di supporto | application / json |
Dati JSON |
JSON
{
"status": "OK",
"responsefor": "matchasins",
"allowed": 4100,
"dailyAllowed": null,
"messageId": null,
"message": null,
"data": null,
"rid": "60d99426e4b0dd7aa946dcc3",
"dateProcessed": null
}
OTTIENI ASIN ABBINATO PER ID PRODOTTO
La richiesta per ottenere gli ASIN corrispondenti in base all'ID prodotto.
DETRAZIONE DEL CREDITO
Detrazione di 0 (zero) credito per la chiamata Get.
RICHIESTA
URI | /api/query/getmatchasins/productid/{productId}?domain={dominio}&secretKey={secretKey} | { productId } – il valore può essere UPC, EAN o ISBN {dominio} – facoltativo – il dominio Amazon di destinazione. Il valore predefinito è www.amazon.com se non specificato. Vedere Domini Amazon supportati per lista. |
Esempio | /api/query/getmatchasins/productid/889698281140?domain=www.amazon.com&secretKey=xxxxxxx |
RISPOSTA (NORMALE)
Headers | |
Tipo di supporto | application / json |
Dati 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
}
RISPOSTA (QUANDO ESPANSO È ABILITATO)
Headers | |
Tipo di supporto | application / json |
Dati 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
}
RICEVI ASIN ABBINATO DA RID
La richiesta per ottenere gli ASIN corrispondenti in base all'ID richiesta (RID).
DETRAZIONE DEL CREDITO
Detrazione di 0 (zero) credito per la chiamata Get.
RICHIESTA
URI | /api/query/getmatchasins/rid/{rid}?domain={dominio}&secretKey={secretKey} | { rid } – ID richiesta dalla risposta add {domain} – facoltativo – il dominio Amazon di destinazione. Il valore predefinito è www.amazon.com se non specificato. Vedere Domini Amazon supportati per lista. |
Esempio | /api/query/getmatchasins/rid/60d99426e4b0dd7aa946dcc3?domain=www.amazon.com&secretKey=xxxxxxx |
RISPOSTA
See Ottieni Asin abbinato in base ai dati di risposta dell'ID prodotto