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.

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

Need Help Regarding deprected Orders API to Fulfillment Orders API

Need Help Regarding deprected Orders API to Fulfillment Orders API

Mahesh_Vidyam
Shopify Partner
2 0 0

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 

 

 

Replies 2 (2)

Liam
Community Manager
3108 344 910

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

Mahesh_Vidyam
Shopify Partner
2 0 0

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.