Resolve a product by EAN

किसी पैकेज्ड खाद्य उत्पाद को उसके EAN से खोजें और उसका Tuduu आंतरिक पहचानकर्ता, शीर्षक, ब्रांड, सामग्री तथा लेबल प्रारूप प्राप्त करें। केवल इतालवी: यह एंडपॉइंट किसी भी अन्य Accept-Language के लिए 406 लौटाता है, क्योंकि मुख्य उत्पाद सूची में इतालवी डेटा है।

GET
/products/ean/{ean}
Products
लागत: 10 क्रेडिट

प्रतिक्रिया

200
application/json
object

ProductResult

Tuduu master catalog से मिली basic product information

object

id

Tuduu आंतरिक उत्पाद पहचानकर्ता

integer<int64>

title?

उत्पाद का title। sales denomination पर fallback होता है। अज्ञात होने पर Null

string | null

brand?

Brand। अज्ञात होने पर Null

string | null

ingredients?

label पर छपी ingredient list, एक single raw string के रूप में। अज्ञात होने पर Null

string | null

format?

label format / pack size, जैसे "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