Shipping Time / Transit time

Hello everyone,

First of all: I’m connecting our ERP system to the Shopify REST API.

Therefore, I have to retrieve/download the shipping aka transit times. I’m sure, I am not the first one to ask this question.

How did you guys solve this?

Thanks a lot,

Patrick

Hi Patrick,

Are you looking to get the shipping times that would be entered via the Shopify admin, or shipping times that might be send from a carrier company?

Hi Liam,

both would be great!

What do you think? Is this possible with only the Shopify Admin API? Or do I need also need another API, like GraphQL for example?

Thank you very much in advance!

Patrick

1 Like

The info that’s related to shipping settings that’s entered into the Shopify admin should be accessible from the ShippingZone resource, and if you’re using carrier services, you’ll be able to access that data from the CarrierService resource.