Updates the specified address for the current user.
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
The ID of the specified address.
"1"
Specify the fields you would like returned in the response body. More information.
{
"firstname": "John",
"lastname": "Snow",
"address1": "7735 Old Georgetown Road",
"address2": "2nd Floor",
"city": "Bethesda",
"phone": "3014445002",
"zipcode": "20814",
"state_name": "MD",
"country_iso": "US"
}200 Success - Returns the address object.
The Address model holds the customer details, such as name, address, and phone number.