Shipment level details.
| Property | Type | Required | Description | 
|---|---|---|---|
| trackingNumber | string | true | Provider tracking number. | 
| trackingUrl | string | true | Shipment tracking url. | 
| label | true | Shipment label details. | |
| package | false | Package details of the shipment. | |
| status | true | Status of the shipment. | |
| estimatedPickupTime | integer | true | Provider estimated Pickup Start Time. Unix time in milliseconds e.g., 1500616800000. | 
| estimatedPickupTimeEnds | integer | true | Provider estimated Pickup End Time. Unix time in milliseconds e.g., 1500616800000. | 
| estimatedDeliveryTimeEnds | integer | true | Provider estimated Delivery End Time. Unix time in milliseconds e.g., 1500616800000. | 
| amount | integer | true | The estimated amount that the provider will charge. Amount as integer minor unit. E.g.  | 
| chargeDetails | array | false | Provider's breakup of charge, if provided. | 
