docs
  1. Customer Account Api
  2. Resources
  3. Customer
  4. Address
  5. Update Address

Update Address

Update customer address

Path Parameters

ParameterDetails
id
  • required
integer

Request body

ParameterDetails
additional
string
city
string
state
string
collectionPoint
  • required
object
customerKey
string
Pattern:
[A-z0-9]
description
string
Pattern:
[!-ɏ0-9 ]
key
string
Pattern:
[A-z0-9]
type
Enum:
hermes_parcelshop
dhl_packstation
dhl_postoffice
postsk_postoffice
postsk_parcelbox
gls_postoffice
post_office
countryCode
  • MinLength: 3
  • MaxLength: 3
string
houseNumber
string
isDefault
object
billing
boolean
shipping
boolean
recipient
object
firstName
string
Pattern:
[!-ɏ0-9 ]
gender
Enum:
m
f
lastName
string
Pattern:
[!-ɏ0-9 ]
title
string
  • nullable
  • MaxLength: 30
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/oauth/customer/address/{id}

Response samples

200
Content type: application/json
Provide Feedback