getCustomerWithAdditional
Get Customer with additional details
This function retrieves the Customer details of the customer whose Id matches the Id from the parameters. Also retrieves all of the AdditionalCustomerFields linked to that customer.
func getCustomerWithAdditional(customerId id: String, completion: @escaping (_ model: CustomerWithAdditionalFieldsResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next