URGENT Shopify GraphQL productVariant query:barcode:{{barcode}} has stopped returning data

Topic summary

A critical issue emerged where Shopify’s GraphQL productVariants query using the barcode parameter suddenly stopped returning data for valid merchant barcodes.

Timeline:

  • The problem began approximately one hour before the initial report
  • The query that previously worked correctly started returning empty results

Resolution:

  • The issue was quickly identified as related to a broader Shopify platform problem
  • A screenshot was referenced linking to an official Shopify issue tracker or status page

Status: Resolved/clarified - the problem stems from a known Shopify infrastructure issue rather than an isolated app-specific bug.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

About an hour ago, our app’s GraphQL query suddenly started returning empty data (example below). This is a valid barcode for the merchant. Please help!

{
    productVariants(first: 100, query:"barcode:654287000026") {
        edges {
            node {
                product{
                    id
                    }                 
            }
        }
    }
}

Nevermind, this appears to be related to this Shopify issue .