Update Address
Update customer address
Path Parameters
Parameter | Details |
---|---|
id
| integer |
Request body
Parameter | Details |
---|---|
additional | string |
city | string |
state | string |
collectionPoint
| object customerKey stringPattern: [A-z0-9] description stringPattern: [!-ɏ0-9 ] key stringPattern: [A-z0-9] type Enum: hermes_parcelshop dhl_packstation dhl_postoffice postsk_postoffice postsk_parcelbox gls_postoffice post_office |
countryCode
| string |
houseNumber | string |
isDefault | object billing booleanshipping boolean |
recipient | object firstName stringPattern: [!-ɏ0-9 ] gender Enum: m f lastName stringPattern: [!-ɏ0-9 ] title string
|
street | string |
zipCode | string integer string |
Responses
200
request was successful
application/json
Success
additional
string
cityrequired
string
state
string
object
countryCoderequired
string
createdAtrequired
string
required
object
houseNumber
string
idrequired
integer
required
object
required
object
referenceKey
string
streetrequired
string
updatedAtrequired
string
null
400
Bad Request (the information provided is invalid or inaccurate)
Error
401
Unauthorized (unable to verify provided API credentials)
Error
403
Forbidden (not authorized to perform desired action)
Error
404
address could not be found
Error
405
Method Not Allowed (wrong HTTP method used)
Error
406
Not Acceptable (wrong Content-Type provided)
Error
422
formal validation failure (see schema)
Error
PATCH
Response samples
200Content type: application/json