API Reference
API Reference

业务对象

顾客(Customer)业务对象字段说明

属性名类型描述
customer_idstring顾客 Id
emailstring顾客邮箱
namestring顾客姓名
typestring顾客类型
  • customer: 会员
  • guest: 游客
create_atstring顾客创建时间
payer_idstring接入方顾客 ID
email_subscriptionint是否订阅营销电子邮件通知
  • 1:不订阅
  • 2:订阅
metadatamap[string]string一组可附加到对象上的键值对,允许您以结构化格式存储附加信息。
addressCustomerAddress顾客地址

CustomerAddress

属性名类型描述
line1string地址行1
line2string地址行2
citystring城市
provincestring省/州代码
postal_codestring邮政编码
countrystring国家/地区代码
These developer docs retire on 2026-08-30. Visit the new docs: NEW DOCS本开发者文档将于 2026-08-30下线,请访问新版文档: 新文档