mutation addTags($id: ID!, $tags: [String!]!) {
tagsAdd(id: $id, tags: $tags) {
node {
id
}
userErrors {
message
}
}
}
;gid://shopify/Order/${orderId}, // Ensure the ID is properly formatted as a global IDFailed to update tags: ${errorMessages});GraphQL Error: ${error.message});


