A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
How is this column defined when a customer places an order? I am looking at a shop's order history; many order_ids have null values in "closed_at" column, while these orders are fulfilled (delivered to the shipping address) months ago. Tried to search for an answer but in vain, so any help or documentation will be greatly appreciated, thanks!
"Closed" is the same as "Archived".
So when you archive an order, the closed_at field will be the timestamp of when that occurred.
There's a setting in the Shopify Admin > Settings > Checkout and accounts to automatically archive the order after fulfillment.