Discussing APIs and development related to customers, discounts, and order management.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We've been utilizing the Orders API to fetch the list of orders via the endpoint (/admin/orders.json?since_id={0}), using Since_ID which are stored in our ERP Sales order. Any new orders since that ID we get the info using (/admin/orders/{0}.json) and create a sales order in our ERP. Once the orders are shipped, we update the tracking number via the (/admin/orders/{0}/fulfillments.json) endpoint.
This system has been operating without any hitches for the last three years. However, we recently received an email from Shopify informing us that the Orders API is going to be deprecated. We're seeking advice on how to navigate this situation and we're prepared to cover consultation fees if necessary.
Appreciate your help
Hi Mahesh!
Good to hear you're actively looking into this migration. Have you read our migration guide yet? Do you have any specific questions on particular aspects of migrating?
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
Thanks Liam, Yes we have couple of questions. Does Get API Call to /admin/orders.json?since_id={0} as well as /admin/orders/{0}.json still work or not after June 30th. We are using this calls to get data reagrding the order to create Sales order in our ERP for shipping.