pub async fn put_transport_details(
    configuration: &Configuration,
    shipment_id: &str,
    body: PutTransportDetailsRequest
) -> Result<PutTransportDetailsResponse, Error>
Expand description

Sends transportation information to Amazon 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.