FulfillmentOrder.Destination is Missing provinceCode

The FulfillmentOrderDestination object in the Admin GraphQL API lacks the mandatory provinceCode (e.g., CA, ON), providing only the full province name (province). This forces us to query the separate Order.shippingAddress object (which does have provinceCode) just to get the data needed for shipping labels. Additionally, the destination object includes contact fields like email, further mixing responsibilities and creating inconsistency in the address structure. /admin/api/2025-07/graphql.json