상품 URL Parse API
POST /v1/products/parse — 마켓플레이스 상품 URL을 붙여 넣으면 Gateway가 채널을 감지하고 product detail과 동일한 StandardProductDetail을 반환합니다.
요청 본문
| 필드 | 필수 | 설명 |
|---|---|---|
url | 예 | 1688 / Taobao / Weidian 상품 링크(upstream이 허용하는 경우 단축 링크 지원) |
language | 아니요 | 기본값 en |
channel | 아니요 | 자동 감지를 재정의 |
예시
POST /v1/products/parse
{
"url": "https://detail.1688.com/offer/554456348334.html",
"language": "en"
}Taobao口令
Taobao share口令 텍스트는 tao_password와 함께 product detail을 사용하세요. parse는 口令 텍스트가 아니라 URL을 기대합니다.
응답
{ "product": StandardProductDetail, "request_id": "..." }