Shipment service

API methods for Orders

Order
Info Web service URL: BASE_URL/api/Order TABLE OF CONTENTS 1. Create a new order (POST) 2. Create a new order - Response 1. Create a new or...
Tue, 2 Apr, 2024 at 6:14 PM
Request Pickup
 Request carrier pickup (POST) * used to create a carrier pickup request for generated shipments                                                       ...
Mon, 18 Mar, 2024 at 6:26 PM
Locker Return Order
Info Web service URL: BASE_URL/api/Order Similar with an pickup Order request, with the below mandatory specifications. Name Type Required De...
Fri, 26 May, 2023 at 3:40 PM
Order - Check Address
Info Web service URL: BASE_URL/api/Order/validate 1. Create a new check address request (POST)         Validates data in a new Order request. U...
Tue, 21 Jun, 2022 at 12:10 AM
Get Orders Info
Info Web service URL: BASE_URL/api/Order/by-location/{externalLocationId}/{from}/{to} Get info for your orders (GET Method) Request body Name Type ...
Tue, 25 Jul, 2023 at 5:15 PM
Delete Order
Delete Order (DELETE Method)  Info Web service URL: BASE_URL/api/Order/{courierId}/awb/{awbNo} Name Type Required Description courierId in...
Tue, 12 Apr, 2022 at 9:38 PM
Update Parcels
Info Web service URL: BASE_URL/api/Order/UpdateParcels Creates a new order based on an existing one and cancels the original Used if the count and w...
Thu, 14 Mar, 2024 at 6:42 PM
Update Status
Update Status (POST Method) * used to set Handover status when handing parcels to carrier                                                                 ...
Tue, 12 Apr, 2022 at 9:38 PM
Activate Voucher
Info Web service URL: BASE_URL/api/Voucher/Activate Activate voucher If voucher is requested with the Order method, this will activate that voucher....
Tue, 21 Jun, 2022 at 12:12 AM
Simulate
Simulate Order Info Web service URL: BASE_URL/api/Order/simulate Similar with an Order request.  Returns the best carrier, according to your alloc...
Thu, 22 Dec, 2022 at 10:18 PM