AddressSequence
| Field | Type | Required | Description |
|---|---|---|---|
type |
string |
one of: pickup, shipping, billing |
|
customerContactId |
`string | null` | |
firstName |
string |
||
middleName |
`string | null` | |
lastName |
string |
||
companyName |
`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 |
Example
Section titled “Example”{ "type": "pickup", "customerContactId": "0b475af4-7ed9-4065-b4bb-7d76c537d820", "firstName": "Max", "middleName": "René", "lastName": "Doe", "companyName": "Shopgate GmbH", "address1": "Schloßstr. 10", "city": "Butzbach", "region": "HE"}
