Hello,
When getting the purchase orders api.ordoro.com/purchase_order/
is there a way of passing 2 parameters as status? Something like:
api.ordoro.com/purchase_order/?stauts=[sent,partial]
Thanks in advance,
Sergio
Hello,
When getting the purchase orders api.ordoro.com/purchase_order/
is there a way of passing 2 parameters as status? Something like:
api.ordoro.com/purchase_order/?stauts=[sent,partial]
Thanks in advance,
Sergio
Hi Sergio,
I’m afraid there’s not a way to do that with our current api. You can either filter by one status at a time or not send a status to see all available.
Thank you, Andy, for your reply.