Update an order
The endpoints in the order update section provide you with a way to update certain information on completed orders in the Zonos System.
ENDPOINTS
Update order number
POST | https://api.iglobalstores.com/v1/updateMerchantOrderId
- Record the order identification number on the order in the Zonos System, allowing for better reconciliation, communication, and auditing.
Update order status
POST | https://api.iglobalstores.com/v1/updateVendorOrderStatus
- Update the vendor order status or shipping status of the order in your shipping process.
For example, you can programmatically request an order cancellation or indicate when an order is shipped and final.
Update tracking
POST | https://api.iglobalstores.com/v2/setShipmentTracking
- Update an order in the Zonos system with tracking numbers.
API test GUI
You may test the API request and response values with our API test GUI. Please contact Zonos for your account credentials.
Checkout API