PostROAddressSequence
| Field | Type | Required | Description |
|---|---|---|---|
type |
string |
yes | one of: pickup, shipping, billing |
customerContactId |
`string | null` | |
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` | |
phone |
`string | null` | |
fax |
`string | null` | |
mobile |
`string | null` | |
emailAddress |
string |
yes | format: email |
Example
Section titled “Example”{ "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"}
