Skip to content

ROAddressSequence

Field Type Required Description
type string one of: pickup, shipping, billing
customerContactId `string null`
firstName string
middleName string
lastName string
company string
address1 string
address2 string
address3 string
address4 string
city string
region string
postalCode string
country string ISO 3166 ALPHA-2 / ISO 3166-2 Country Code
max length 2
phone string Validated according to country code
fax string Validated according to country code
mobile string Validated according to country code
emailAddress string format: email
{
"type": "pickup",
"customerContactId": "0b475af4-7ed9-4065-b4bb-7d76c537d820",
"firstName": "Max",
"middleName": "René",
"lastName": "Doe",
"company": "Shopgate GmbH",
"address1": "Schloßstr. 10",
"address2": "string",
"address3": "string",
"address4": "string",
"city": "Butzbach",
"region": "HE"
}