Hi,
Im not sure if anyone else has faced this problem, but when we make GrahQL query, the responses sometimes do not return the correct language we specified.
We have the translations properly set up on shopify, and are retrieving the results correctly most of the time.
Most of the time all queries return ZH_TW correctly. There are times when a request from HK IP address returns english, there are times when India IP address returns english, there are times when SG IP address returns english.
We can even get different results from using VPN on the exact same queries when the issues occur. (Some requests from different origin return English even though we specified ZH_TW.)
The weird thing is it works most of the time, but there are random times when it will fail, for specific regions, that are also random. We are not sure if there is a bug on your side.
This is a sample of the request:
query @inContext(language: ZH_TW) {
products(first: 1, query:“id:xxx”) {
Thanks