Hi all,
One of my app customers is unable to edit tags on their Shopify order, in addition I’m unable to programmatically update the order tags either.
My app performs many order tag updates a day, and this order in particular is stuck.
Response
'x-request-id': [ '960a1b3d-908a-4fa2-b78c-b2ed6019ad11' ]
{
"data": {
"orderUpdate": {
"userErrors": [
{
"field": [
"tags"
],
"message": "Order tags is invalid",
"__typename": "UserError"
}
],
"order": {
"id": "gid://shopify/Order/4122580156481",
"note": "",
"tags": [
"debra",
"heat denied",
"ID verification required",
"MASS",
"Ordercup"
],
"__typename": "Order"
},
"__typename": "OrderUpdatePayload"
}
},
"extensions": {
"cost": {
"requestedQueryCost": 10,
"actualQueryCost": 10,
"throttleStatus": {
"maximumAvailable": 2000,
"currentlyAvailable": 1990,
"restoreRate": 100
}
}
}
}
I have tried changing the casing & removing spaces from the tag I’m attempting to add to this order, but no luck. Any guidance would be appreciated.
I can reproduce this bug with this order and generate more x-request-id’s if that’s helpful.