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

Returns the shipment information for an existing 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.