We are creating an order management app, but we do not manage the Shopify store. I am using Shopify’s Admin GraphQL api. I want to be able to query what carrier (e.g. Fedex) and type (e.g. Ground) that the customer selected when they placed their order. This information doesn’t appear present in the Order object, and the Fulfillment object is created by us. Obviously, as the order manager/fulfillers, we want to honor the shipping selections of the customer.
I have an inkling that this might be in the Delivery Methods, Service Type section of the FulfillmentOrder object, but I have no way to verify what this data looks like either in my test store or in Shopify’s GraphQL playground. Any thoughts or ideas?