pub async fn cancel_fulfillment_order(
    configuration: &Configuration,
    seller_fulfillment_order_id: &str
) -> Result<CancelFulfillmentOrderResponse, Error>
Expand description

Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.