Address Book
Add Address
Add a new address to your system's address book. With this endpoint, you can create a new address and submit the necessary details of that address, enabling the system to store the information in the Address Book for later use in the Create Shipment requests.
post/v4/addresses
Request body
Example request
{
"AddressId": "John Brown Default",
"ContactName": "Jane Doe",
"CompanyName": "My Company Ltd.",
"ContactEmail": "jane@example.com",
"Line1": "10 Sky Lane",
"CountryCode": "GB",
"What3Words": "brick.space.employ"
}Response
The address book was added successfully.
Example response
{
"AddressId": "93f6d928-9456-434a-9d69-60f3b7dea091"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.