1. 기술 문서
  2. Amzpecty 문서
  3. Amzpecty API 사양
  4. ASIN API에 대한 제품 ID

ASIN API에 대한 제품 ID

상품 ID를 ASIN 쿼리 대기열과 일치시키려면 UPC/EAN/ISBN을 추가하세요.

제품 ID를 ASIN 쿼리 대기열과 일치시키기 위해 UPC/EAN/ISBN을 추가하라는 요청입니다.

신용공제

데이터 검색 성공 후 1회 크레딧 공제.

요청
URI /api/query/matchasins/{productId}?domain={도메인}&secretKey={secretKey}

확장된 결과를 보려면 아래에 URL 매개변수를 추가하세요.

&확장=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 받기

제품 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
응답

만나다 제품 ID 응답 데이터로 일치하는 ASIN 가져오기

이 글이 도움이 되었나요? 가능 아니
어떻게 도와 드릴까요?