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

Cancel a shipment by the given shipmentId. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 5 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.