-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathMultipleOrders - content.json
78 lines (78 loc) · 2.05 KB
/
MultipleOrders - content.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
{
"customer": {
"id": 7194277478653,
"email": "[email protected]",
"created_at": "2024-02-13T02:06:03-05:00",
"updated_at": "2024-02-13T02:19:16-05:00",
"first_name": "Kevin",
"last_name": "Smith",
"orders_count": 2,
"state": "disabled",
"total_spent": "96.20",
"last_order_id": 5525101084925,
"note": "",
"verified_email": true,
"multipass_identifier": null,
"tax_exempt": false,
"tags": "",
"last_order_name": "#2021",
"currency": "USD",
"phone": "+12127654329",
"addresses": [
{
"id": 8821865447677,
"customer_id": 7194277478653,
"first_name": "Kevin",
"last_name": "Smith",
"company": "",
"address1": "",
"address2": "",
"city": "",
"province": "",
"country": "United States",
"zip": "",
"phone": "",
"name": "Kevin Smith",
"province_code": null,
"country_code": "US",
"country_name": "United States",
"default": true
}
],
"accepts_marketing": false,
"accepts_marketing_updated_at": "2024-02-13T02:06:03-05:00",
"marketing_opt_in_level": null,
"tax_exemptions": [],
"email_marketing_consent": {
"state": "not_subscribed",
"opt_in_level": "single_opt_in",
"consent_updated_at": null
},
"sms_marketing_consent": {
"state": "not_subscribed",
"opt_in_level": "single_opt_in",
"consent_updated_at": null,
"consent_collected_from": "SHOPIFY"
},
"admin_graphql_api_id": "gid://shopify/Customer/7194277478653",
"default_address": {
"id": 8821865447677,
"customer_id": 7194277478653,
"first_name": "Kevin",
"last_name": "Smith",
"company": "",
"address1": "",
"address2": "",
"city": "",
"province": "",
"country": "United States",
"zip": "",
"phone": "",
"name": "Kevin Smith",
"province_code": null,
"country_code": "US",
"country_name": "United States",
"default": true
}
}
}