v1
latestOpenAPI 3.0.12026-07-242073551.1 MBAddress Book
Update Address Book
Updates a shipping address from your address book
put/v4/addresses/{addressId}
Path parameters
addressIdstring required
Address Identifier <br />SAPIENT AddressId (assigned by SAPIENT or by you).
Request body
Example request
{
"ContactName": "Jane Doe",
"CompanyName": "My Company Ltd.",
"ContactEmail": "jane@example.com",
"ContactPhone": "07123887422",
"Line1": "10 Sky Lane",
"Line2": "123 Main Street",
"Line3": "Hills End",
"Town": "Christchurch",
"Postcode": "TW20 0HJ",
"County": "Surrey",
"CountryCode": "GB",
"What3Words": "brick.space.employ"
}Response
The address book was updated successfully.