UPS package tracking status
C
Chris Hulke
Hello, right now as part of the events array the field "description" is being populated with city/state/zip. For other carriers like FedEx it is providing a higher level package tracking status (less detailed). I was wondering on possibility of having UPS match similar in the description field as there is a location array already that has the city/state/zip so having in the description is a bit duplicative. Looking at the UPS tracking API there is a "type" field that appears similar to what FedEx is using for the description.
A couple UPS examples:
"name": "Shipper created a label, UPS has not received the package yet. ",
"description": "US",
"name": "Departed from Facility",
"description": "Jacksonville, FL, US",
"name": "Arrived at Facility",
"description": "Minneapolis, MN, US",
A couple FedEx examples:
"name": "Shipment information sent to FedEx",
"description": "Label created",
"name": "Arrived at FedEx location",
"description": "In transit",