Resolve a product by EAN

EAN으로 포장 식품을 조회하고 Tuduu 내부 식별자, 제목, 브랜드, 재료 및 라벨 형식을 가져옵니다. 이탈리아어만 지원: 마스터 카탈로그에 이탈리아어 데이터가 저장되어 있으므로 다른 Accept-Language에 대해서는 이 엔드포인트가 406을 반환합니다.

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

응답

200
application/json
object

ProductResult

Tuduu 마스터 카탈로그의 기본 제품 정보

object

id

Tuduu 내부 상품 식별자

integer<int64>

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