List of Shopify supported tracking companies

Is there an GraphQL / API call that can be made to obtain the list of Shopify supported tracking companies, or maybe even an npm package?

I’m hoping this data is directly available from Shopify somewhere so I won’t be required to maintain a manual list based on the dev docs.

I have a few fulfillment apps hooked up to WMSs (CargoWise and Consignly) that don’t provide tracking urls to accompany the tracking numbers captured. I’d like to provide some app configuration that allows mapping shipping company names in the external system to ones that Shopify understands and will provide order tracking updates for.

I’m also going to add the option to supply a tracking url template, but imagine mapping company names is the easier approach for Shopify store owners.

Hi @gavinharriss

Would this work for you:

Hi Liam, thanks for that but I’m really looking for a list of shipping companies that can be pulled in directly via an API or similar. Any changes to a list manually copied from the docs would need manual updating to try and keep it in line with the docs, and as such is likely to grow stale at some point.