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

Returns 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.