A get tracking log response body
| Name | Type | Description | Notes |
|---|---|---|---|
| CarrierCode | string | A shipping carrier, such as `fedex`, `dhl_express`, `stamps_com`, etc. | |
| CarrierDetailCode | string | Carrier detail code | [readonly] |
| CarrierId | int | The unique ID of the carrier account that was used to create this label | [readonly] |
| CarrierStatusCode | string | Carrier status code | [readonly] |
| Events | List<TrackEvent> | The events that have occured during the lifetime of this tracking number. | [readonly] |
| StatusCode | StatusCode | ||
| TrackingNumber | string | A tracking number for a package. The format depends on the carrier. | |
| TrackingUrl | string | Carrier Tracking Url, if available | [readonly] |
| ActualDeliveryDate | DateTimeOffset | An ISO 8601 string that represents a date and time. | [optional] |
| CarrierStatusDescription | string | carrier status description | [optional] [readonly] |
| EstimatedDeliveryDate | DateTimeOffset | An ISO 8601 string that represents a date and time. | [optional] |
| ExceptionDescription | string | Exception description | [optional] [readonly] |
| ShipDate | DateTimeOffset | An ISO 8601 string that represents a date and time. | [optional] |
| StatusDescription | string | Status description | [optional] [readonly] |
| StatusDetailCode | StatusDetailCode | [optional] | |
| StatusDetailDescription | string | Status detail description | [optional] [readonly] |