Get full product detail by GTIN
Returns comprehensive product information including substance composition, certifications, and claims for a given GTIN. Accepts GTIN-8, GTIN-12, GTIN-13, or GTIN-14 formats.
Authorizations
Path Parameters
GTIN of the product to look up. Accepts GTIN-8, GTIN-12 (UPC-A), GTIN-13 (EAN-13), or GTIN-14; the service pads shorter forms to GTIN-14 internally before lookup.
8 - 14^\d{8}$|^\d{12,14}$Response
OK
Full product detail with substances, certifications, and claims.
Returned by GET /products/{gtin}. Heavier than :class:ProductOut
— includes typed certification / claim / substance detail rather than
label-only summaries, so an assistant can reason about validity,
sources, and ingredient composition without a follow-up call.
GTIN-14 identifier (always 14 digits, zero-padded).
14^\d{14}$Product name.
Brand name.
Product description. Empty string when not on file; never null.
Absolute HTTPS URL of the product image. Empty string when not on file.
Google Product Taxonomy full category path. Empty string when not assigned.
Net content with unit (e.g. '500ml', '340g'). Empty string when unknown.
ISO 3166-1 alpha-2 country code (e.g. 'US', 'IT', 'JP'). Empty string when unknown.
Full certification details including validity, issuing body, and verification status. Empty list when no certifications are on file.
Product claims with source and validity. Empty list when no claims are on file.
Substance composition with percentages and allergen flags, ordered by the underlying priority (declared order on the package). Empty list when no substance data is on file.