I’m integrating efulfillmentservice.com with Shopify. However, for mapping purposes, I need to know the exact names of the FedEx/USPS services that Shopify sends to efulfillment.com. Where can I find this information?
Topic summary
Integration question: the requester needs the exact FedEx/USPS service names that Shopify passes to efulfillmentservice.com for mapping.
Key guidance: a definitive list isn’t provided because the value sent can vary based on store and app configuration. The recommended method is to query Shopify’s Admin GraphQL API—using the GraphiQL app—and read the DeliveryCarrierService object’s name field to see the precise values that will be transmitted.
Action item: run a GraphQL query (via the Shopify GraphiQL app) targeting DeliveryCarrierService.name to retrieve the exact service names in the requester’s store context.
Status: no static list or final mapping provided; solution is to self-inspect via API. No code samples or attachments are central beyond the API reference and GraphiQL link.
Hi Chaconne,
The exact value of the fulfilment service name that is being transferred from Shopify to a fulfilment service could depend on how your store (or app) settings are configured. You could check this by making an API call with the GraphiQL app to the DeliveryCarrierService objects’ name field.