The endpoints in the order update section provide you with a way to update certain information on completed orders in the Zonos System.
ENDPOINTS
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.
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.
POST | https://api.iglobalstores.com/v2/setShipmentTracking
- Update an order in the Zonos system with tracking numbers.
You may test the API request and response values with our API test GUI. Please contact Zonos for your account credentials.
Checkout API