active_fulfillment
active_fulfillment copied to clipboard
[Amazon MWS] Shipping Addresses are being fulfilled with escaped spaces
And address such as 123 Fake St
is getting submitted for fulfillment as 123%2520Fake%2520St
which results in an invalid address according to Amazon.
Things are getting aggressively escaped, so this is probably what's causing the issues. Let's fix this up so we defer all escaping until the absolute last minute necessary.