Hacker News new | ask | show | jobs
by mauvehaus 1465 days ago
We're in the same boat, and it gets worse than this. Our local post office asks that when addressing packages to be shipped by UPS or FedEx, we include our PO Box as an apartment number.

The reason for this is that parcel services sometimes have agreements with USPS to hand off last-mile delivery to USPS. Which means USPS is stuck trying to figure out how to deliver a package to an address they don't serve.

Adding the PO Box number as an apartment number gets them over this hump. Needless to say, it causes absolute havoc with address validation. All of the humans locally involved in delivery know what's up and it all just works, but getting an address following this convention past the computers can be a special kind of hell.

It also turns out that at least one validation service thinks our street address is in a different zip code than it actually is. Having to fudge the address with merchants using such validation services sometimes ends with a trip to the wrong post office and profuse apologies while they rummage through the back looking for a package that's genuinely misaddressed, but wouldn't have been shipped otherwise.

Please, please give your users an escape hatch to use the address as entered, even if it doesn't validate.

1 comments

Assuming the USPS and physical addresses are in the same town, the following format can work quite well:

314 Something Rd / PO 404

Town, City 12345

This works because the postal service tries to deliver to the last thing on the label that they recognize. Using slash as a separator works better than a comma or newline because it's less likely the service you're shipping from will "notice" that you put a PO box in and force the package to send via USPS.