ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
NameDescriptionTypeRequiredWooCommerce FieldWooCommerce RestAPI doc: https://woocommerce.github.io/woocommerce-rest-api-docs/#data
2
customer_idUnique customer identifierstringYcustomers.id API Reference:https://data.getangler.ai/documentation/static/index.html
3
emailEmail address (plain text)stringYcustomers.email
4
phonePhone number (no formatting)stringNcustomers.billing.phone
5
first_nameCustomer first namestringYcustomers.first_name
6
last_nameCustomer last namestringYcustomers.last_name
7
address_1Address line 1stringYcustomers.billing.address_1
8
address_2Address line 2stringNcustomers.billing.address_2
9
cityCity namestringYcustomers.billing.city
10
stateState abbreviation (2 letter)stringYcustomers.billing.state
11
zip5-digit zipstringYcustomers.billing.postcode
12
plus_44-digit zip extensionstringN
13
created_atCustomer creation datetimedatetimeYcustomers.date_created
14
updated_atCustomer updated datetimedatetimeYcustomers.date_modified
15
verified_emailIs email verifiedbooleanN
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100