JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

How to send rate request of specific shipment type? #114

Closed nikunjsilvercayde closed 2 years ago

nikunjsilvercayde commented 5 years ago

We want to get rate request for specific service type like "FEDEX GROUND" or other. Please advise.

jigneshradicalloop commented 5 years ago

check https://github.com/JeremyDunn/php-fedex-api-wrapper/blob/master/examples/rate-request.php

nikunjsilvercayde commented 4 years ago

$rateRequest->RequestedShipment->ServiceType = SimpleType\ServiceType::_FEDEX_2_DAY; $rateRequest->RequestedShipment->PackagingType = "FEDEX_SMALL_BOX";

$rateRequest->RequestedShipment->RateRequestTypes = [SimpleType\RateRequestType::_PREFERRED, SimpleType\RateRequestType::_LIST];

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.