Barcode Search

Search products by barcode

Please refer to the new Branded Foods Search section for an updated and improved way of searching for branded foods using barcodes.

Use barcodeSearch to find products by their barcode.

Required Argument

Argument

Type

Description

barcode

String

Barcode number

Available Fields

Field

Type

Description

name

String

Product name

displayName

String

Product display name

brand

String

Name of the product brand

{
  barcodeSearch(barcode: "8024370054144") {
    name
    displayName
    brand
  }
}

Last updated