pub async fn get_tracking_information(
    configuration: &Configuration,
    tracking_id: &str
) -> Result<GetTrackingInformationResponse, Error>
Expand description

Return the tracking information of a shipment. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 1 | 1 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.