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

services and rating fails with error 'The requested accessory option is unavailable between the selected locations.' #44

Closed pullingshots closed 2 years ago

pullingshots commented 2 years ago

The default option for signature_type was set to 'required' which UPS started rejecting for services and rating sometime in mid June 2022.

The error messages returned were not terribly clear on what the actual issue was:

Code: Client An exception has been raised as a result of client data. Code: 111211 The requested accessory option is unavailable between the selected locations.

The fix is to set the signature_type to 'not_required'

This should be the default option.

pullingshots commented 2 years ago

fixed in v3.09