客户个人信息参考(版本2.x)
在开发隐私法规的合规性程序时,请参考以下数据流图和数据库实体映射,例如:
数据流图
数据流图显示了客户和管理员可以从店面和管理员输入和检索的数据类型。
前端数据入口点
用户在注册帐户、结帐期间以及类似事件时,可以输入客户、地址和付款信息。
前端数据访问点
客户登录并查看多个不同页面或结帐时,Adobe Commerce会加载客户信息。
后端数据入口点
从管理员创建客户或订单时,商家可以输入客户信息、地址数据和付款数据。
后端数据访问点
当商家查看多种类型的网格、单击网格查看详细信息和执行各种其他任务时,Adobe Commerce会加载客户信息。
数据库实体
Adobe Commerce主要将客户特定的信息存储在客户、地址、订单、报价和付款表中。 其他表包含对客户ID的引用。
客户数据
可以将Adobe Commerce配置为存储以下客户属性:
- 出生日期
- 电子邮件
- 名字
- 性别
- 姓氏
- 中间名/首字母
- 名称前缀
- 名称后缀
customer_entity
和“customer_entity”引用
customer_entity
表中的以下列包含客户信息:
email
prefix
firstname
middlename
lastname
suffix
dob
gender
这些表引用customer_entity
,并且可以包含自定义客户属性:
customer_entity_datetime
value
customer_entity_decimal
value
customer_entity_int
value
customer_entity_text
value
customer_entity_varchar
value
customer_grid_flat
表
customer_grid_flat
表中的以下列包含客户信息:
name
email
dob
gender
shipping_full
billing_full
billing_firstname
billing_lastname
billing_telephone
billing_postcode
billing_country_id
billing_region
billing_city
billing_fax
billing_vat_id
billing_company
地址数据
Adobe Commerce存储以下客户属性:
- 城市
- 公司
- 国家/地区
- 传真
- 名字
- 姓氏
- 中间名/首字母
- 名称前缀
- 名称后缀
- 电话号码
- 省/市/自治区
- 省/市/自治区ID
- 街道地址
- 增值税号
- 邮政编码
customer_address_entity
和customer_address_entity
引用
customer_address_entity
表中的以下列包含客户信息:
city
company
country_id
fax
firstname
lastname
middlename
postcode
region
region_id
street
suffix
telephone
vat_id
这些表引用customer_address_entity
,并且可以包含自定义客户属性:
customer_address_entity_datetime
value
customer_address_entity_decimal
value
customer_address_entity_int
value
customer_address_entity_text
value
customer_address_entity_varchar
value
订单数据
sales_order
和相关表包含客户名称、帐单和送货地址以及相关数据。
sales_order
表
sales_order
表中的以下列包含客户信息:
customer_dob
customer_email
customer_firstname
customer_gender
customer_group_id
customer_id
customer_lastname
customer_middlename
customer_prefix
customer_suffix
customer_taxvat
quote_address_id
remote_ip
x_forwarded_for
sales_order_address
表
sales_order_address
表包含客户的地址。
customer_address_id
quote_address_id
region_id
customer_id
fax
region
postcode
lastname
street
city
email
telephone
country_id
firstname
suffix
company
sales_order_grid
表
sales_order_grid
表中的以下列包含客户信息:
customer_id
shipping_name
billing_name
billing_address
shipping_address
shipping_information
customer_email
customer_name
报价数据
引号包含客户的姓名、电子邮件、地址和相关信息。
quote
表
quote
表中的以下列包含客户信息:
customer_id
customer_email
customer_prefix
customer_firstname
customer_middlename
customer_lastname
customer_dob
remote_ip
customer_taxvat
customer_gender
quote_address
表
quote_address
表中的以下列包含客户信息:
customer_id
email
prefix
firstname
middlename
lastname
suffix
company
street
city
region
region_id
postcode
country_id
telephone
fax
付款数据
sales_order_payment
表包括信用卡信息和其他事务信息。
cc_exp_month
echeck_bank_name
cc_last_4
cc_owner
po_number
cc_exp_year
echeck_routing_number
cc_debug_response_body
echeck_account_name
cc_number_enc
additional_information
邀请数据
可以配置Adobe Commerce,以便客户能够向私人销售和活动发送邀请。
magento_invitation
表
magento_invitation
表包含客户ID、电子邮件和反向链接ID。
customer_id
email
referral_id
magento_invitation_track
表
magento_invitation_track
表还包含客户信息。
inviter_id
referral_id
引用客户的杂项表
以下表包含customer_id
列:
catalog_compare_item
catalog_product_frontend_action
downloadable_link_purchased
magento_customerbalance
magento_customersegment_customer
magento_reward
magento_rma
oauth_token
paypal_billing_agreement
persistent_session
product_alert_price
product_stock_alert
report_compared_product_index
report_viewed_product_index
review_detail
salesrule_coupon_usage
salesrule_customer
wishlist