pub async fn get_transport_details(
    configuration: &Configuration,
    shipment_id: &str
) -> Result<GetTransportDetailsResponse, Error>
Expand description

Returns current transportation information about an inbound shipment. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.