Barcode Search

Search products by barcode

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

Was this helpful?