Hi All,
We’re trying to pull the Invoice Date and Payment Due Date via API. We can see that Zapier is able to access these, but we can’t find them in the documentation.
In Zapier apart from the standard order date fields:
Created At
Due Date
It also has access to these invoice dates:
Invoice Date
Payment Due Date
But in the API Documentation we can only find:
created_at
**due_date
**
Where does Zapier get the invoice dates from?
Thanks for your help.
Micah
Hey @micah_proporta,
It looks like these fields are not documented in the developer docs yet.
However, I made a call to GET /orders/{order_id} (documentation) and whilst looking at a wholesale order I was able to see the fields:
- invoice_date
- payment_due_date
So it looks like it is possible through the API via the “view an order detail” endpoint.
If this works for you, please mark this message as a solution so that other developers can use it as a reference. If you are still having trouble then contact Veeqo Support via the support messenger in the Veeqo app or contacting helpme@support.veeqo.com
Hope this helps,
Alex - Veeqo