Customer Attribute

Following is a complete list of customer_master columns supported by KCXML:


active_e-mail_address

address_line2

birthdate

alt_customer_id

city

phone

first_name

state

fax

middle_name

postal_code

province

last_name

country

e-mail_client_id

address_line1

organization

salutation


<CustomerAttribute Name="First Name">John</CustomerAttribute>

<CustomerAttribute> has data as a name-value pair. Name is the customer attribute name and value is the attribute's value. For example, the attribute for the customer's last shopping date is:

<CustomerAttribute> tag matches record in cust_attribute table.
<CustomerAttribute Name="LastShoppingDate ">2333888</ CustomerAttribute >
<CustomerAttribute Name="LastName">Smith</ CustomerAttribute >
<CustomerAttribute Name="First Name">John</ CustomerAttribute >