In the “app.shiphero.com’” Purchase Order page under the “Details” frame I see a “Ship Date”. How can I get this date with the API? I do not see a “ship_date” property in the PurchaseOrder obect.
Hi @bbarrett
The only date properties listed for PurchaseOrder currently are
- po_date - this is the date the order is expected to arrive.
- created_at
- date_closed
- arrived_at
Theresa – Is there any way to get the Ship Date seen under the Purchase Order Details with the API?
I will put in a request to get it added!