This call is deprecated. We recommend to use CRM API instead.
The corresponding new call is: GET /v1/customers/external-ids.
Get all stored external IDs for customer.
New external ID can be updated or added to customer using saveCustomerExternalId call.
External ID can be removed from customer using removeCustomerExternalId call.
All external IDs can be retrieved using getAllCustomerExternalIds call.
Customer ID can be retrieved by external ID using getCustomerIdByExternalId call.
Parameter name | Description | Possible value | Required |
---|---|---|---|
customerID | integer | yes | |
integrationName | Used to search external ID for specific integration. | string |
Field name | Type | Description |
---|---|---|
integrationName | string | |
customerID | integer | |
externalID | string |