Track Status of one Delivery

Check the status of one specific package

Check the status of one specific delivery

GET https://api-sandbox.condorexpres.com/api/v1/public/delivery/status/:packageid

Headers

Name
Type
Description

x-access-token*

String

Bearer token

{
	"success": true,
	"message": "Delivery Returned",
	"status": {
	 "code": 04,
	 "en" : "For Delivery",
	 "es" : "En Entrega"
	}
 }

List of status:

For Pickup 01

In Condor Central Service 02

On the Way 03

For Delivery 04

Returned to Condor 05

Attempt to Deliver 06

Cant contact destination 07

Last updated