- For best results, use a comma
,as a delimiter. - Your address must follow this order:
address_line_1,address_line_2,city_locality,state_province,postal_code,country_code. phoneandemailcan be in any part of the string.
Convert an address string into a structured address object using the Shippo Addresses API parser.
, as a delimiter.address_line_1, address_line_2, city_locality, state_province, postal_code, country_code.phone and email can be in any part of the string.11605 W Belleview Ave, Littleton, Colorado, 80127, US
curl -i -X GET \
'https://api.goshippo.com/v2/addresses/parse?address=Shippo%20731%20Market%20St%20%23200%2C%20San%20Francisco%2C%20CA%2094103%20US%20shippo%40shippo.com%20%2B1-555-999-8888' \
-H 'Authorization: ShippoToken <API_TOKEN>'
Was this page helpful?