v1
latestOpenAPI 3.0.02026-07-2455104.8 MBCustomer Address
Update address
Updates given fields for a given customer address
patch/api/v2/customers/{customerId}/addresses/{id}
Path parameters
customerIdstring required
Resource identifier.
Example:17
Customer's identifier
Example:17
customers address identifier
Request body
Example request
{
"street": "1234 main street",
"addressSupplement": "6th floor",
"zip": "12345",
"city": "sample town",
"country": "DE",
"state": "BY",
"department": "Sales",
"subDepartment": "Online Sales"
}Response
Operation completed successfully, no response body