Save new pair of external to customer ID mapping for provided integration. Will return 1012 error if provided external ID related to provided integration is already connected to another customer ID.
External ID can be removed from customer using removeCustomerExternalId call.
All external IDs can be retrived using getAllCustomerExternalIds call.
Customer ID can be retrived by external ID using getCustomerIdByExternalId call.
All external IDs for exact customer can be retrived using getExternalIdsByCustomerId call.
Parameter name | Description | Possible value | Required |
---|---|---|---|
customerID | Integer | yes | |
externalID | String | yes | |
integrationName | String | yes |
Field name | Type | Description |
---|---|---|
isSuccessful | Integer (1 or 0) |