Skip to content

UpdateAddressSequence

Field Type Required Description
type string yes one of: pickup, shipping, billing
customerContactId `string null`
firstName `string null`
middleName `string null`
lastName `string null`
company `string null`
address1 `string null`
address2 `string null`
address3 `string null`
address4 `string null`
city `string null`
region `string null`
postalCode `string null`
country `string null`
additionalFields AddressAdditionalFields
phone `string null`
fax `string null`
mobile `string null`
emailAddress `string null`
orderSegment object
{
"type": "pickup",
"customerContactId": "0b475af4-7ed9-4065-b4bb-7d76c537d820",
"firstName": "Max",
"middleName": "René",
"lastName": "Muster",
"company": "Shopgate GmbH",
"address1": "Schloßstr. 10",
"address2": "Haus B",
"address3": "erste Etage",
"city": "Butzbach",
"region": "HE"
}