Update a customer address
Update a customer address
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
customerIdentifier
| string Examples:
|
addressIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
id
| integer |
referenceKey
| string Example: my-key |
street | string Example: Domstraße |
houseNumber | string |
additional | string |
zipCode | string |
city | string |
countryCode
| string |
collectionPoint
| object customerKey stringPattern: [A-z0-9] description stringkey stringPattern: [A-z0-9] type string |
isDefault | object billing booleanshipping boolean |
recipient
| object firstName stringlastName stringgender stringEnum: f m d n title string
type stringEnum: personal retail organization family |
phone
| string |
state | string |
type
| string Enum: shipping billing Example: shipping |
shopCountry
| object countryCode string
Example: DE defaultLanguageCode string
Example: de_DE supportedLanguageCodes arrayurl stringExample: https://www.example.com currencyCode string
Example: EUR customData
|
Responses
200
Customer address was successfully updated.
application/json
Success
id
integer
referenceKey
string
Example:
my-key
streetrequired
string
Example:
Domstraße
houseNumber
string
additional
string
zipCoderequired
string
cityrequired
string
countryCoderequired
string
object
object
required
object
phone
string
state
string
type
string
Example:
shipping
object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PATCH
Request samples
Response samples
200Customer Address:
Content type: application/json