Skip to main content
An address book is a digital store for addresses. It stores addresses and helps you update, retrieve, and delete addresses. Using the Addresses API means you do not need to create your own storage solution for this common challenge. Using an address book is also a great way to improve the customer checkout experience. Enabling your customers to save their addresses during checkout simplifies future purchases with your business.
NoteAddress object IDs cannot be used with previous versions of the Shippo API. There is a limit of 3,000 addresses that can be stored.

Create an address book entry

To store an address for later use in the Addresses API, follow this example. Note, you cannot save identical addresses.

Retrieve addresses

You can retrieve an address using an address object ID. If you don’t know the object ID for an address, see the example to retrieve multiple addresses. To retrieve a single address using an object ID, follow this example.
To retrieve multiple addresses with a single call, follow this example. You can reduce the number of returned results using the following parameters.

Update an address

To update an existing address, follow this example.
cURL

Delete addresses

To delete an address that you have created, follow this example.
cURL
Last modified on July 16, 2026