1. Startseite
  2. Docs
  3. Amzpecty-Dokumentation
  4. Amzpecty API-Spezifikationen
  5. Produkt-ID zur ASIN-API

Produkt-ID zur ASIN-API

Fügen Sie UPC/EAN/ISBN hinzu, um die Produkt-ID mit der ASIN-Abfragewarteschlange abzugleichen

Die Anfrage zum Hinzufügen einer UPC/EAN/ISBN zum Abgleichen der Produkt-ID mit der ASIN-Abfragewarteschlange.

KREDITABZUG

1 (ein) Gutschriftsabzug nach erfolgreichem Datenabruf.

ANTRAG
URI /api/query/matchasins/{productId}?domain={domain}&secretKey={secretKey}

Fügen Sie den URL-Parameter unten hinzu, um erweiterte Ergebnisse zu erhalten.

&expanded=true
{ productId } – Wert kann UPC, EAN oder ISBN sein. {domain} – optional – die Amazon-Zieldomäne. Sofern nicht angegeben, wird standardmäßig www.amazon.com verwendet. Sehen Unterstützte Amazon-Domänen für Liste.
HTTP-Header (optional) AMZpecty_CALLBACK_URL={Ihre Rückruf-URL}
Beispiel /api/query/matchasins/889698281140?domain=www.amazon.com&secretKey=xxxxxxx&expanded=true
RESPONSE
Headers
Medientyp Anwendung / Json
JSON-Daten
JSON
{
    "status": "OK",
    "responsefor": "matchasins",
    "allowed": 4100,
    "dailyAllowed": null,
    "messageId": null,
    "message": null,
    "data": null,
    "rid": "60d99426e4b0dd7aa946dcc3",
    "dateProcessed": null
}

WERDEN SIE ASIN NACH PRODUKT-ID ZUGEPASST

Die Anfrage zum Abrufen der passenden ASIN(s) nach Produkt-ID.

KREDITABZUG

0 (null) Credit-Abzug für den Get-Aufruf.

ANTRAG
URI /api/query/getmatchasins/productid/{productId}?domain={domain}&secretKey={secretKey} { productId } – Wert kann UPC, EAN oder ISBN sein

{domain} – optional – die Zieldomäne von Amazon. Sofern nicht angegeben, wird standardmäßig www.amazon.com verwendet. Sehen Unterstützte Amazon-Domänen für Liste.
Beispiel /api/query/getmatchasins/productid/889698281140?domain=www.amazon.com&secretKey=xxxxxxx
RESPONSE (NORMAL)
Headers
Medientyp Anwendung / Json
JSON-Daten
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
}
RESPONSE (WENN ERWEITERT AKTIVIERT IST)
Headers
Medientyp Anwendung / Json
JSON-Daten
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
}

WERDEN SIE ASIN BY RID GEPASST

Die Anfrage zum Abrufen der übereinstimmenden ASIN(s) anhand der Anfrage-ID (RID).

KREDITABZUG

0 (null) Credit-Abzug für den Get-Aufruf.

ANTRAG
URI /api/query/getmatchasins/rid/{rid}?domain={domain}&secretKey={secretKey} {rid} – Anforderungs-ID aus der Add-Antwort {domain} – optional – die Amazon-Zieldomäne. Sofern nicht angegeben, wird standardmäßig www.amazon.com verwendet. Sehen Unterstützte Amazon-Domänen für Liste.
Beispiel /api/query/getmatchasins/rid/60d99426e4b0dd7aa946dcc3?domain=www.amazon.com&secretKey=xxxxxxx
RESPONSE

See Erhalten Sie übereinstimmende Asin-Antwortdaten nach Produkt-ID

War dieser Artikel hilfreich für Sie? Ja Nein
Was können wir für Sie tun?