Cannot fetch both Product and Variant Metafields using the bulkOperationRunQuery mutation in GraphQL

Hey @DanAtBonify

Hey @DanAtBonify

That is very interesting that you appear to be consistently getting this error. As a test I have run your exact same BulkOperations query for my own personal Shopify Store (with replacing your ...fields Fragment to just be the field of id only - however please correct me if this assumption is wrong), and I was able to get a successfully completed report with all of my queried data. So from my perspective the issue does not appear to be with your specific query or bulk querying Products, Product Metafields, Variants, and Variant Metafields all at the same time, but rather the issue would most likely come from your volume of data or something else specific to your store.

Could you please provide the value of the “X-Request-ID” header from the GraphQL API Response? With this ID I can look through the logs to see if I can find more information as to why your BulkOperations query seems to always be getting an INTERNAL_SERVER_ERROR