pixiCustomerKeyByEmail

This function returns pixi* Customer Key by a given customer eMail. It is possible to determine how one wishes to handle ambigous situations when there are several customers in pixi* with the same email

Since pixi version: LOU Official (6.3.0.4452) Additional notes:


Request

POST https://apigateway.descartes.com/tms/pixi/pixiCustomerKeyByEmail

Request body

Name Type Required Description
eMail string true

[mandatory] eMail Address of the customer

Type: varchar (60)

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

ShopId string false

[optional] ID of the shop, to which the customer belongs

Type: char

Default value:

Example:

Available from: LOU Official (6.3.0.4452)

AllowAmbiguous boolean false

[optional] If this parameter is 0 (default value), in case when pixi* database contains several customers with same email, function will return NULL. If the parameter is 1, then one of these customers' Key will be returned (it is undefined, which one's)

Type: bit

Default value:

Example:

Available from: LOU Official (6.3.0.4452)


Response

Name Type Description
return integer

Customer Key

Type: int

Available from: LOU Official (6.3.0.4452)