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

Admin Rest API - Fully paid and closed order

Admin Rest API - Fully paid and closed order

Arep
Shopify Partner
4 0 1

Hi everyone,

I am building an app using the Shopify API. I would like to get data for completed orders only. What dictates a completed order? Is it the closed_at field in the Orders API? Anything else we can use as an indicator? 
https://shopify.dev/api/admin-rest/2022-10/resources/order

Replies 4 (4)

jordanholmes
Shopify Partner
152 28 34

Hi,

 

I guess its up to you to decide when you think its completed.

 

If the merchant doesn't automatically archive fulfilled orders then they would remain open

 

Maybe you just want to fetch orders with fulfillment_status=fulfilled

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
Shopify Partner Directory
Arep
Shopify Partner
4 0 1

Hi Jordan, 

Thank you so much for your response! Much appreciated. Can I also ask, would the closed_at date be sufficient too? I was thinking we employ if the closed_at date value is not null - to then retrieve the order? 

jordanholmes
Shopify Partner
152 28 34

Technically you can't fetch by the closed_at attribute so it would be by status='closed'

 

closed_at will get set when the order is closed in the admin. Some stores do this automatically when the items are fulfilled but some stores don't automatically close the order.

 

This means it is possible that an order has been delivered to the customer but the order still remains open

 

Your two options are

 

fulfillment_status='fulfilled'

status='closed'

 

Its up to you which one you choose

Jordan Holmes
Shopify Expert and Ruby on Rails Developer
Shopify Partner Directory
Arep
Shopify Partner
4 0 1

You are a Legend sir. Thanks so much for your replies and input. 

Wishing you all the best in whatever may be coming your way in life. 

Kind Regards,
Lakshey