I’m running into an issue when trying to update order tags via the Shopify Admin API. When I send a request to update the tags on an order, I sometimes get the following error response: {"errors":{"order_tags":["is invalid"]}}.
After some testing, I’ve noticed that this seems to happen when the tags include certain special characters. For example, trying to use the tag Réduction immédiate causes the request to fail. This seems odd because Shopify does allow special characters in tags when editing directly in the admin interface. But via the API, these characters (like accents or non-ASCII letters) appear to break the request. Has anyone else encountered this?
So it does seem that there’s an issue on our side where the special characters are being wrongly identified as being the same as the non-special ones, so a duplication error is produced. Thanks for flagging this - I’ll update here when we’ve shipped a fix.
You’re not alone @daryl I’m occasionally seeing this error even without special characters included.
I’ve upgraded my app’s logging to include the Shopify Request ID value and the corresponding order tags input so I’ll have more evidence to share. Just waiting on new encounters with this bug.