Oregon Address Generator
Oregon is arguably the cleanest of the five no-sales-tax states — no statewide general sales tax, no local sales tax, and a long history of explicit voter rejection of any sales-tax proposal. For developers, an Oregon address is the closest thing to a guaranteed zero-tax US shipping address you can put in a test fixture. This page generates realistic-format Oregon addresses with one of the four real OR area codes attached to the phone number.
Oregon tax background
Oregon voters have rejected a statewide sales tax in nine separate ballot measures since the 1930s — the most recent in 1993 — with margins that have rarely been close. Instead, Oregon funds public services through one of the higher state income taxes in the country (top marginal rate around 9.9 %) and a Corporate Activity Tax (CAT) introduced in 2020 that taxes large gross receipts at the business level, not at the consumer’s receipt.
Practically, this means an Oregon shipping address produces no sales-tax line at any layer — state, county, or city. Even the few cities with local-option taxes (like Ashland’s prepared-food tax) do not impose general sales tax. From a checkout-testing perspective, Oregon is the “control case” against which your other state scenarios can be compared.
Cities and ZIP codes in this dataset
| City | ZIP codes | Notes |
|---|---|---|
| Portland | 97201, 97202, 97205, 97209 | Largest city; tech, apparel, and food & beverage hub. |
| Salem | 97301, 97302 | State capital. |
| Eugene | 97401, 97402, 97405 | Home of the University of Oregon. |
| Bend | 97701, 97702 | High-growth Central Oregon city; outdoor-recreation economy. |
| Medford | 97501, 97504 | Largest city in Southern Oregon’s Rogue Valley. |
Oregon is large enough — geographically and by population — that it uses four
area codes: 503 and 971 overlay the Portland metro area,
541 covers most of the rest of the state, and 458 overlays
541. The generator picks one of the four for each phone number, which is more
realistic than always using 503 regardless of city.
Common use cases
- The zero-tax control case: include an OR address in every tax-calculation test suite. If your engine ever returns a non-zero amount, the test fails. Simple, deterministic.
-
Multi-area-code form testing: confirm that your phone-number masking
handles the
458overlay (a relatively new area code) without bugging out. - Shipping zone testing: Oregon is a Pacific Northwest shipping zone for many carriers — use OR addresses to verify regional shipping-cost calculations.
- State-comparison reports: when an analytics dashboard breaks down revenue by state, Oregon should appear with a $0 sales-tax-collected figure even when revenue is non-zero. Easy QA fixture.
Important caveats
Street numbers and street names are synthetic. They are paired with real city, state, and ZIP code combinations, but the full address will not pass real USPS validation, commercial address-verification APIs, or payment-gateway AVS. For background on the two validation layers that reject test addresses, see our AVS & ZIP validation explainer.