i also have this error, when i run mutaion:
mutation bulkOperationRunQuery {
bulkOperationRunQuery(
query: """
{
product1: product(id: "gid://shopify/Product/7412378828966") { ...ProductData }
product2: product(id: "gid://shopify/Product/7444006273190") { ...ProductData }
}
fragment ProductData on Product { id title status productType vendor description descriptionHtml tracksInventory totalInventory totalVariants hasOnlyDefaultVariant hasOutOfStockVariants isGiftCard handle tags seo { title description } createdAt updatedAt publishedAt variants { edges { node { id barcode title price compareAtPrice weight weightUnit taxable taxCode } } } }
"""
) {
bulkOperation {
id
status
}
userErrors {
field
message
}
}
}
i use API version 2023-04