Releases: alexeybusygin/ShippingRates
Releases · alexeybusygin/ShippingRates
FedEx Upgrade to v31
v1.1.6 v1.1.6 FedEx v31
FedEx Negotiated Rates and One Rate
- Added support for FedEx Negotiated Rates
- Added support for FedEx One Rate
USPS Special Services support
- Special service requests can be passed to USPS with USPSProviderConfiguration
First-Class Mail fixes
- Change PoundsAndOunces.Ounces to a decimal.
- Allow First-Class Mail International rates to be returned (both letter and large envelope).
Thanks @creinker for the contribution.
Fixed UPS errors not being returned
- Fixed UPS errors not being returned.
Thank @CooleyCode for contribution.
DHL Payment Account Number
- Added DHLProviderConfiguration class to handle all DHL provider options.
- Added PaymentAccountNumber to DHLProviderConfiguration.
- Added IncludeServices and ExcludeServices to DHLProviderConfiguration.
- Fixed "Instance validation error: 'THIRD_PARTY_BILLING' is not a valid value for SurchargeType." for EU to GB FedEx shipping.
DHL and Currency Codes
- Added DHL Capability and Quote Service Implementation.
- Rate object now always contains currency value in the CurrencyCode field.
- Support for ShipmentOptions.PreferredCurrencyCode for FedEx.
- Support for documents only shipments for DHL. Use DocumentPackage object or set Package.IsDocumentsOnly value.
Added Missing FedEx Europe Code
- Added Missing FedEx Europe Code EUROPE_FIRST_INTERNATIONAL_PRIORITY
FedEx Currency Conversion Fix
- Fixed issue with correct rate amount calculation for situations with the rate coming in multiple currencies from FedEx.
Saturday Delivery
- ShipmentOptions and RateOptions objects introduced.
- Saturday Delivery available now via ShipmentOptions.SaturdayDelivery.
- Pickup date can be specified in the ShipmentOptions.ShippingDate.