Shipping APIs Introduction
Required API Calls
1. Create a New Delivery Option
2. Send AWB & Tracking URL
- The AWB should include the customer's address and contact information.
- If the customer assigns someone else to receive the shipment, the AWB should show the receiver's (consignee) info.
- Example payload when "has_different_consignee" is true:
"consignee": {
"name": "manal",
"email": "sab.al-sheikh@hotmail.com",
"mobile": "966550427396"
},
"has_different_consignee": true,
3. Tracking URL
3. Update Order Status
2. Delivered when the driver delivers the shipment.
3. Cancelled when the shipment is canceled for any reason.
update_order_status
endpoint (Orders->change-order-status).4. Retrieve Supported Countries and Cities by Zid
- Use the Retrieve Countries List endpoint to get a list of all supported countries in Zid.
- Use the Retrieve Countries & Cities endpoint to inquire about a specific country or city using its ID in Zid.
5. Payment Methods
Modified at 2024-10-27 13:55:25