Account / Address
Update an Address
Updates the specified address for the current user.
PATCH
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
The ID of the specified address
.
Example:
"1"
Query Parameters
Specify the fields you would like returned in the response body. More information.
Body
application/vnd.api+json
Example:
{
"firstname": "John",
"lastname": "Snow",
"address1": "7735 Old Georgetown Road",
"address2": "2nd Floor",
"city": "Bethesda",
"phone": "3014445002",
"zipcode": "20814",
"state_name": "MD",
"country_iso": "US"
}
Response
200
application/vnd.api+json
200 Success - Returns the `address` object.
The Address model holds the customer details, such as name, address, and phone number.
Was this page helpful?