A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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
I have been attempting to retrieve the "Paid At" field from Transactions API but it seems there is no such field.
To be clear, "Paid At" is the time at which an order is paid for (as some orders have delayed payment methods such as Cash on Delivery).
Looking at the Transactions API page, I can see two possible fields that may correspond to "Paid At":
However from my test, it seems neither of those are it.
In the screenshot below, you will see that even though the highlighted orders have a financial status of "pending", the fields created_at and processed_at are still populated.
What am I missing here?