Resolve a product by EAN

Zoek een verpakt voedingsmiddel op aan de hand van de EAN-code en haal de interne identificatiecode, titel, het merk, de ingrediënten en het etiketformaat van Tuduu op. Alleen Italiaans: dit endpoint retourneert 406 voor elke andere Accept-Language, omdat de hoofdcatalogus Italiaanse gegevens bevat.

GET
/products/ean/{ean}
Products
Kosten: 10 credits

Antwoord

200
application/json
object

ProductResult

Basisinformatie over het product uit de hoofdcatalogus van Tuduu

object

id

Interne productidentificatiecode van Tuduu

integer<int64>

title?

Producttitel. Valt terug op de verkoopbenaming. Null wanneer onbekend

string | null

brand?

Merk. Null wanneer onbekend

string | null

ingredients?

Ingrediëntenlijst als één onbewerkte tekenreeks, zoals afgedrukt op het etiket. Null wanneer onbekend

string | null

format?

Etiketformaat / verpakkingsgrootte (bijv. "500 g"). Null wanneer onbekend

string | null
204
application/json

No Content

Er zijn geen schema's beschikbaar voor dit eindpunt.

401
application/json
object

Onbevoegd

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
403
application/json
object

Verboden

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
406
application/json
object

Niet acceptabel

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
422
application/json
object

Niet-verwerkbare entiteit

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
429
application/json
object

Te veel verzoeken (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
500
application/json
object

Interne serverfout

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
502
application/json
object

Slechte gateway (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string
504
application/json
object

Time-out van gateway (APIM)

ConnectProblemDetails

object

type?

string

title?

string

status?

integer<int32>

detail?

string

instance?

string

requestId?

string

traceId?

string