POST /CheckOut2Api/Commerce/SearchCustomerDetails
Customer details allows the partner to search for known customers and pre-load them into the checkout. Known customer is a customer who has at least one purchase in checkout. CustomerToken is a key associated with customer details.
Example requests
{
"CustomerToken": "",
"Ssn": "12345612345",
"CountryCode": "swe",
"IsBusiness": false
}
{
"CustomerToken": "",
"Ssn": "1234561-2345",
"CountryCode": "fin",
"IsBusiness": true
}