Confused about date fields in purchase_orders

I’m trying to query all purchase_orders using the GraphQL API. There are three date fields that are available to me on a purchase order: created_at, po_date, and date closed. The one that’s drawing my attention is po_date, what does that date mean? Also, would very much appreciate an updated_at field for my current task, I hope that’s what po_date is…
Thanks!

Hi Emma,

I’m not 100% sure, but I think this translates into the “expected date” field that’s in the app front end. So it would be when you expect the PO to arrive.

Thanks,
Jeremy

Ok, not what I was looking for, I wanted an updated_at field that would get affected when status changed or something… Thanks anyways!!