"Internal error. Looks like something went wrong on our end. Request ID: 55f03f06-8c11-45c1-b85d-809

"Internal error. Looks like something went wrong on our end. Request ID: 55f03f06-8c11-45c1-b85d-809

Sebashish
Shopify Partner
7 0 3

Not getting what this error is. I am trying to query product using the productHandle storefront graphql query. And getting this error. 

query getDpProductDetails {
  productByHandle(handle:"test") {
    id
    category {
      name
    }
    title
    variants(first: 1) {
      nodes {
        id
      }
    }
  }
}

This is happening when I started including the category field. Note that my app has unauthenticated_read_product_listings scope and also I use 2025-01 version to query.

 

Replies 0 (0)