Update an address for a given Customer ID and Address ID.
An address type (e.g. Shipping, Billing, etc.) may be provided to change the address type for a given address.
If an invalid address type is supplied, a status of 400 (Bad Request) will be returned.
If no existing, active customer or address with the provided Customer ID and Address ID respectively can be found, a status of 404 (Not Found) will be returned.
Name | Description | Default value |
---|---|---|
AddressType | Usage type of the address (e.g. shipping, billing or tax) | |
AddressLine1 | Address Line 1 | |
AddressLine2 | Addresss’s supplemental information | null |
City | City | |
State | State | |
PostalCode | PostalCode | |
Country | Country |
OK
The response is of type object
.