顾客
顾客属性
参数名
说明
必含
类型
值可能性
限制
ID
顾客ID
是
[integer]
user_login
顾客登录账号
是
[string]
邮箱
user_nickname
顾客昵称
是
[string]
user_email
顾客邮箱
是
[string]
user_registered
顾客注册时间
是
[datetime]
Y-m-d H:i:s
user_status
顾客状态
是
[integer]
0 正常
1 禁用
2 待验证
display_name
显示名称
是
[string]
first_name
姓
是
[string]
last_name
名
是
[string]
phone
电话
是
[string]
type
类型
是
[string]
unregistered / registered
country
国家
是
[string]
subscribed
是否订阅
是
[boolean]
address_book
地址簿
是
[array]
address_book>>first_name
姓
是
[string]
address_book>>last_name
名
是
[string]
address_book>>address_1
地址1
是
[string]
address_book>>city
城市
是
[string]
address_book>>state
省份/州
是
[string]
address_book>>postcode
邮编
是
[string]
address_book>>country
国家
是
[string]
address_book>>phone
电话
是
[string]
address_book>>state_name
省份/州名称
是
[string]
address_book>>address_2
地址2
是
[string]
address_book>>default
是否是默认地址
是
[boolean]
address_book>>id
地址簿id
是
[string]
billing_address
账单地址
是
[object]
billing_address>>country
国家
是
[string]
billing_address>>first_name
姓
是
[string]
billing_address>>last_name
名
是
[string]
billing_address>>address_1
地址1
是
[string]
billing_address>>city
城市
是
[string]
billing_address>>state
省份/州
是
[string]
billing_address>>postcode
邮编
是
[string]
billing_address>>phone
电话
是
[string]
billing_address>>state_name
省份/州名称
是
[string]
billing_address>>address_2
地址2
是
[string]
shipping_address
购物地址
是
[object]
shipping_address>>first_name
姓
是
[string]
shipping_address>>last_name
名
是
[string]
shipping_address>>address_1
地址1
是
[string]
shipping_address>>city
城市
是
[string]
shipping_address>>state
省份/州
是
[string]
shipping_address>>postcode
邮编
是
[string]
shipping_address>>country
国家
是
[string]
shipping_address>>phone
电话
是
[string]
shipping_address>>state_name
省份/州名称
是
[string]
shipping_address>>address_2
地址2
是
[string]
order_count
订单数量
是
[integer]
order_total
订单总金额
是
[number]
billing_country
账单国家
否
[string]
Last updated