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 ?
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 ?
Hello @YuTomori ,
“Processed” in this context means when the transaction component of the order was completed. It is not related to fulfillment.
Best,
I got it !
Thanks.