I have a use case where I need to pull the POs from 2025 and compile what day each sku was received on. For example if a PO was open on 3/28 and closed on 4/12 and inventory was received to that PO some days in March and some in April I would need to know the qty of the sku’s received on which days. This seems doable for any new PO’s by using webhooks, but my need is the existing POs in the system which are closed and or open and partially received. I tried to look for a call on PO history so I could sort the history items to find this, but I don’t see anything available.
I’m open to any ideas.
Hello,
History logs are not currently available in the API, but have you examined hte Purchase Order Log available in the UI app? It may contain the historical data you need.
Thank you