ContactUpdate
| Field | Type | Required | Description |
|---|---|---|---|
externalContactCode |
`string | null` | |
status |
Status | one of: active, inactive, deleted · default: "active" |
|
firstName |
string |
||
middleName |
`string | null` | |
lastName |
string |
||
companyName |
`string | null` | |
address1 |
string |
||
address2 |
`string | null` | |
address3 |
`string | null` | |
address4 |
`string | null` | |
city |
string |
||
postalCode |
string |
||
region |
string |
||
country |
string |
||
additionalFields |
ContactAdditionalFields | ||
phone |
`string | null` | |
fax |
`string | null` | |
mobile |
`string | null` | |
emailAddress |
string |
format: email |
|
isDefaultShipping |
boolean |
default: false |
|
isDefaultBilling |
boolean |
default: false |
|
externalUpdateDate |
string |
format: date-time |
Example
Section titled “Example”{ "externalContactCode": "357709b0-9378-470b-976e-1b040e29b97b", "status": "active", "firstName": "John", "middleName": "Doug", "lastName": "Doe", "companyName": "Shopgate Inc", "address1": "12 Somestreet", "address2": "", "address3": "", "address4": "", "city": "Austin", "postalCode": "78732"}
