Brobin / usps-api

Python Wrapper for the USPS API :truck: :package:
MIT License
58 stars 27 forks source link

Address Validation API can accept more than one address to validate #22

Open sgran opened 1 year ago

sgran commented 1 year ago

From https://www.usps.com/business/web-tools-apis/address-information-api.htm:

The Verify API supports up to five lookups per transaction

It looks to me as though validate_address should accept a list of Address (or perhaps) be a wrapper over a new validate_addresses method)