How do you update an order?

For items that are picked up locally or uses local delivery want to update the order status to shipped and put in any relevant tracking information. I am using Zapier to handle the flow and appreciate the quick endpoints. I can add the javascript but it has been several years since I have done an api call that way. Does someone have an example of how I can update the shipping status and tracking info?

Hey @Lionheart,

Apologies for the delay on this one. You can make a PUT request to the Single order endpoint if you need to update general order information.

If you want to create a shipment (to add tracking information for example) then you can create a shipment in Veeqo by making a PUT request to the Shipment endpoint.