Save address to address book
lob_addresses_createStore an address in the Lob address book for reuse by ID in mail pieces. Addresses are not automatically verified; call verification tools separately.
Instructions
Save an address to the Lob address book so it can be reused by ID (adr_…) when creating mail pieces. Stored addresses are NOT automatically verified — call lob_us_verifications_create or lob_intl_verifications_create separately if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Recipient name (max 40 chars). | |
| company | No | Company name (max 40 chars). | |
| address_line1 | Yes | Primary street address line. | |
| address_line2 | No | Apartment/suite/unit line. | |
| address_city | No | ||
| address_state | No | Two-letter US state code, or full state/province/region name for international. | |
| address_zip | No | ZIP/postal code. | |
| address_country | No | Two-letter ISO country code. Omit or use 'US' for domestic. | |
| phone | No | ||
| No | |||
| description | No | Internal description of the address. | |
| metadata | No | Up to 20 string key/value pairs of arbitrary metadata to attach to the resource. | |
| extra | No | Additional Lob API parameters not enumerated above. Merged into the request body verbatim. See https://docs.lob.com for the full parameter list per resource. |