getCustomerIdByExternalId

This call is deprecated. We recommend to use CRM API instead.

The corresponding new call is: GET /v1/customers/external-ids.

Get customer ID for provided external ID and integration name.

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.

All external IDs for exact customer can be retrieved using getExternalIdsByCustomerId call.

Input parameters

Parameter name Description Possible value Required
externalID string yes
integrationName string yes

Response

Field name Type Description
customerID integer