Get all specials orders on an open PO?

in Development
Is there a way via the API to get the special orders for a specific vendor/purchase order that is open?
Best Answers
-
LucienVersendaal Moderator, Lightspeed Staff Posts: 662 moderator
Hi @rsirota,
Thank you for contacting us.
You can find the PO by name when using this call:
GET /Order?load_relations=["Vendor"]&Vendor.name=Rayban
In the response you see details about it.