Create address
Create customer address
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 |
customer
| object Examples:
id integerreferenceKey string
Pattern: ^[0-9a-zA-Z\-\\_]*$
|
houseNumber | string |
isDefault | object billing booleanshipping boolean |
recipient
| object firstName stringPattern: [!-ɏ0-9 ] gender Enum: m f lastName stringPattern: [!-ɏ0-9 ] title string
|
referenceKey
| string |
street
| string |
zipCode
| string integer |
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
invalid access token
Error
404
customer not 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
POST
Response samples
200Content type: application/json