pub async fn get_eligible_shipment_services(
    configuration: &Configuration,
    body: GetEligibleShipmentServicesRequest
) -> Result<GetEligibleShipmentServicesResponse, Error>
Expand description

Returns a list of shipping service offers that satisfy the specified shipment request details. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 5 | 10 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.