Covers all questions related to inventory management, order fulfillment, and shipping.
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?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
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
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.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog