Cross-check an address against its postal code
Catch a mismatched street address and postal code before an order ships, by resolving each independently and comparing what they actually reveal.
Catch a mismatched street address and postal code before an order ships, by resolving each independently and comparing what they actually reveal.
Let a customer type just a postal code and have city and region fields fill in automatically, cutting a shipping form down by two fields.
Postal code lookup now has its own dedicated endpoint, separate from general geocoding, with its own documentation and request parameters.
Postal code coverage has improved specifically in rural and low-density areas, where postal boundaries tend to be harder to map accurately.
When you already have a clean postal code and country, skip free-text parsing entirely and go straight to the postcode endpoint for a more direct match.
Postal code lookup coverage now extends to more countries than before, widening the reach of the postal code endpoint for a broader set of applications.
Resolve every postal code in a customer export in one batch request, instead of looking up each row individually one at a time.
Confirm a postal code actually resolves to a real place before it goes into your database, using a single lookup against the right country code.
Get the postal code back from an address that is missing one, using the same forward geocoding call you already have in your checkout or signup form.