{“query”:“query { order(id: “gid://shopify/Order/*****”) { name localizationExtensions(first: 100) { edges { node { key countryCode purpose title value } } }}}”}
We obtain the tax ID information of the order through the above interface. But I found a problem. Brazilian tax numbers can be obtained successfully, but Mexican tax numbers cannot be obtained. May I ask how to solve this problem.
Successfully retrieved data from data1, but when retrieving data from data2, the returned data was empty.
data1: CPF/CNPJ:00755720873
data2: RFC:BORO630127DU8
