saveCustomerExternalId

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

The corresponding new call is: POST /v1/customers/external-ids/{customerId}.

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 retrieved using getAllCustomerExternalIds call.

Customer ID can be retrieved by external ID using getCustomerIdByExternalId call.

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

Input parameters

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

Response

Field name Type Description
isSuccessful Integer (1 or 0)