We are currently importing purchase orders from CSV files into the import utility in ShipHero for purchase orders.
We want to have that automatic and pursuing an option going through Make module.
I have a few questions about it:
- The create purchase order mutation passes the vendor_id. However, in the CSV, the name is passed. It was suggested that to return the list of vendors and find the id that way.
How would the import process get the vendor_id? How does it reconcile that if the list returns 2 different vendors with the same name? - Is there a hard cap limit in the amount to return? I read the default is 100. I would probably just set it to 200, since the current number is below the default.
- It looks like with the update purchase order mutation, you cannot currently add/remove line items, right?