Update an address for a customer

PATCH {{baseUrl}}/customers/:customer_id/addresses/:address_id

Updates an address for a customer using its ID and related customer ID.

If successful, your response includes a copy of the updated address entity.

Request Body

{"description"=>"<string,null>", "first_line"=>"<string,null>", "second_line"=>"<string,null>", "city"=>"<string,null>", "postal_code"=>"<string,null>", "region"=>"<string,null>", "country_code"=>"<string>", "custom_data"=>"<object>", "status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring