USPS Cycle O
The United States Postal Service (USPS) has updated their mail-handling requirements as part of their Cycle O release. These changes will affect the definition of some values in the “dpv_footnotes
” field of the US Street API response. Of particular note, the meaning of the “CC
” and “N1
” codes are being revised.
On Wednesday, July 19, 2023 we released the following changes into production.
Here are some significant changes that you should be aware of:
Output field "dpv_footnotes
":
DPV code | Previous definition | New definition |
---|---|---|
CC |
|
|
C1 |
New field |
|
N1 |
|
|
TA |
New field |
|
IA |
New field |
|
Maximum field width changes:
- Field
addressee
: varchar(50) has lengthened to varchar(64) - Field
delivery_line_1
: varchar(50) has lengthened to varchar(64) - Field
delivery_line_2
: varchar(50) has lengthened to varchar(64) - Field
last_line
: varchar(50) has lengthened to varchar(64)
Notes:
- In the past you may have received an
AABB
footnote to indicate that an address was perfectly valid. Going forward, you may also receive a value ofAABBCC
if an unnecessary secondary number is included with the address. - This is a new response value. Expect to see
AAC1
to indicate that the submitted secondary number wasn't matched but one is required in order to have a deliverable address. - In the past an
AAN1
footnote would indicate simply that a secondary number was not provided but is now required.
Known issues:
- USPS has confirmed an issue in the July Cycle "O" release where some street names beginning with words such as "via" or "plaza" may not be found unless you leave those words out of the request.
- A fix will be available in the August data release.