Product information by EAN

EAN으로 Tuduu 마스터 카탈로그에서 포장 식품을 찾아 제목, 브랜드, 전체 원재료 목록을 하나의 문자열로 된 형식과 라벨 형식까지 포함한 설명 데이터를 가져옵니다. 원재료는 호환성 분석에 바로 사용할 수 있도록 원문 그대로 반환됩니다. 사용 사례: 쇼핑 앱 바코드 스캐너 • 사용자가 바코드를 스캔하면 카탈로그를 따로 유지하지 않고도 제품명, 브랜드, 원재료를 즉시 확인할 수 있습니다. 식료품 — 카탈로그 보강 • EAN으로만 식별되는 품목의 누락된 제품 데이터(제목, 브랜드, 원재료)를 채웁니다.

GET
/products/{ean}
Products
비용: 10 크레딧

응답

200
application/json
object

ProductInfoResult

Tuduu 마스터 카탈로그에서 EAN으로 조회한 기본 제품 정보입니다. 엔드포인트는 설계상 서로 분리되어 있습니다. 이 엔드포인트는 설명 필드를 포함하며, 영양소와 호환성은 각각 별도의 EAN별 엔드포인트에 있습니다. 응답은 'ean'으로 병합하세요.

object

ean

정규화된 EAN: EAN별 엔드포인트의 응답을 병합하는 데 사용되는 표준 키

string

title?

상품 제목. 판매 명칭으로 대체됩니다. 알 수 없으면 null입니다.

string | null

brand?

브랜드. 알 수 없을 때는 null

string | null

ingredients?

원재료 목록을 라벨에 인쇄된 그대로 단일 원시 문자열로 표시합니다. 알 수 없으면 null

string | null

format?

포장 형식 / 포장 크기 (예: "500 g"). 알 수 없을 때는 null

string | null
204
application/json

No Content

이 엔드포인트에 대한 스키마가 없습니다.

401
application/json
object

무단 접근

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
403
application/json
object

금지됨

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
406
application/json
object

받아들일 수 없음

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
422
application/json
object

처리할 수 없는 엔티티

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
429
application/json
object

요청이 너무 많습니다 (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
500
application/json
object

서버 내부 오류

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
502
application/json
object

나쁜 게이트웨이 (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
504
application/json
object

게이트웨이 시간 초과 (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string