Solved

About Order.processedAt in GraphQL API

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)
193 36 53

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,

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 2 (2)

GrahamS
Shopify Staff (Retired)
193 36 53

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,

To learn more visit the Shopify Help Center or the Community Blog.

YuTomori
Tourist
14 0 2

I got it !

Thanks.