pub async fn update_fulfillment_order(
    configuration: &Configuration,
    seller_fulfillment_order_id: &str,
    body: UpdateFulfillmentOrderRequest
) -> Result<UpdateFulfillmentOrderResponse, Error>
Expand description

Updates and/or requests shipment for a fulfillment order with an order hold on it. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.