pub async fn create_fulfillment_order(
    configuration: &Configuration,
    body: CreateFulfillmentOrderRequest
) -> Result<CreateFulfillmentOrderResponse, Error>
Expand description

Requests that Amazon ship items from the seller’s inventory in Amazon’s fulfillment network to a destination address. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.