Shopify / active_shipping

ActiveShipping is a simple shipping abstraction library extracted from Shopify
http://shopify.github.io/active_shipping
MIT License
813 stars 547 forks source link

Fedex Saturday Delivery #560

Open brandonbloom opened 6 years ago

brandonbloom commented 6 years ago

There was a :saturday_delivery option for FedEx rate requests, but it did not seem to affect label creation.

Section 18.2, "Saturday Ship and Delivery Coding Details", of the FedEx developer guide suggests an XPath of RequestedShipment/ SpecialServicesRequested/SpecialServiceTypes with a value of "SATURDAY_SHIPPING". I tried that and it produced correct labels for me.

This PR makes create_shipment accept the same :saturday_delivery option as find_rates. When that option is provided, the above mentioned XML is included in the request.