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

Cancel the shipment indicated by the specified shipment identifier. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 1 | 1 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.