Customer 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

'masterdata' | 'billingaddress' required
OR
string required

Resource identifier.

Example:17

customers address identifier

Request body

OR
OR

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.