In the checkout_shipping_info_submitted event (and all other web pixel events as well) there is a field called province inside shippingAddress in event.data. If the address entered by user is in California, I am expecting the string “California” in this field, but I am getting “CA” which is the provinceCode (this field is also present as separate field in the same shippingAddress). Is there a workaround for this? Because there is a Shopify admin api to get provinces of a country however, I am unable to call it from web pixel.