About Order.processedAt in GraphQL API

Solved
YuTomori
Tourist
14 0 2

Hi!

In GraphQL API, Order object have the attribute `processedAt`. What does `processed` mean in the attribute.

Does it mean fully paid, or fully fulfilled, or both ?

 

Accepted Solution (1)
GrahamS
Shopify Staff (Retired)
Shopify Staff (Retired)
193 36 52

This is an accepted solution.

Hello @YuTomori ,

"Processed" in this context means when the transaction component of the order was completed. It is not related to fulfillment.

Best,

Graham S | API Support @ 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

View solution in original post

Replies 2 (2)
GrahamS
Shopify Staff (Retired)
Shopify Staff (Retired)
193 36 52

This is an accepted solution.

Hello @YuTomori ,

"Processed" in this context means when the transaction component of the order was completed. It is not related to fulfillment.

Best,

Graham S | API Support @ 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

YuTomori
Tourist
14 0 2

I got it !

Thanks.