Skip to content

FulfillmentOrderAddress

Field Type Required Description
orderIndex number yes
type string yes one of: pickup, shipping, billing
firstName string yes
middleName `string null`
lastName string yes
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 yes
{
"orderIndex": 0,
"type": "pickup",
"firstName": "Max",
"middleName": "René",
"lastName": "Muster",
"company": "Shopgate GmbH",
"address1": "Schloßstr. 10",
"address2": "Haus B",
"address3": "erste Etage",
"city": "Butzbach",
"region": "HE"
}