Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GraphQL API - How do I get a list of shopify shipping carriers

GraphQL API - How do I get a list of shopify shipping carriers

gosixl
Shopify Partner
3 0 0

Hello,

 

When I execute this query, I only get 2 shipping providers returned (DPD & Hermes). However when I click in the Admin area to fulfil an order I get a much more comprehensive list of shipping providers. How can I get the fuller list via graphql query?

 

My current GQL:

 
        query {
            availableCarrierServices {
                carrierService {
                    name
                    id
                    formattedName
                }
            }
        }
 
Replies 0 (0)