Update return address
Update an existing return address
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
merchantIdentifier
| string Examples:
|
merchantReturnAddressId
| integer Example: 1 |
Request body
requiredParameter | Details |
---|---|
id
| integer Example: 1 |
name
| string Example: Return Point |
street
| string Example: Domstrasse |
streetNo
| string Example: 10 |
zipCode
| string Example: 22303 |
city
| string Example: Hamburg |
countryCode
| string Example: DE |
dhlCode
| string Example: JVGL0849489024 |
Responses
200
Return address was successfully updated.
application/json
Success
id
integer
Example:
1
name
string
Example:
Return Point
street
string
Example:
Domstrasse
streetNo
string
Example:
10
zipCode
string
Example:
22303
city
string
Example:
Hamburg
countryCode
string
Example:
DE
dhlCode
string
Example:
JVGL0849489024
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
PUT
Request samples
Response samples
200Return Address:
Content type: application/json