pullingshots / Shipment

Perl interface into various shipping web service API's - FedEx, UPS, Purolator, Temando, Canada Post
https://metacpan.org/pod/Shipment
19 stars 19 forks source link

Add support for FedEx SmartPost #38

Closed pullingshots closed 4 years ago

pullingshots commented 8 years ago

As per the attached guide, pages 113 and following, SmartPost introduces additional required elements:

SmartPostDetail/Indicia SmartPostDetail/HubID

And some additional optional elements.

Ship_Service_WSDL_Guide.pdf

pullingshots commented 8 years ago

The PHP sample code available from http://www.fedex.com/us/developer/ may prove helpful in implementing this, specifically the ‘addSmartPostDetail’ method in ShipWebServiceClient\Ground\SmartPost\ShipWebServiceClient.php5

Keep in mind that the SmartPost request seems to always return the following warning:

2505"USPS_DELIVERY_CONFIRMATION" was added to the smart post special services.

pullingshots commented 4 years ago

Closing for now but will re-open if there is demand.