-
Notifications
You must be signed in to change notification settings - Fork 386
Expand file tree
/
Copy pathdraft_order_completed.json
More file actions
159 lines (159 loc) · 4.31 KB
/
Copy pathdraft_order_completed.json
File metadata and controls
159 lines (159 loc) · 4.31 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"draft_order": {
"id": 517119332,
"note": "This is a note",
"email": "montana_hilpert@example.com",
"taxes_included": false,
"currency": "CAD",
"subtotal_price": "1007.41",
"total_tax": "0.00",
"total_price": "1027.41",
"invoice_sent_at": null,
"created_at": "2017-02-02T13:14:38-05:00",
"updated_at": "2017-02-02T13:14:38-05:00",
"tax_exempt": false,
"completed_at": "2017-02-02T14:15:16-17:00",
"name": "#D1",
"status": "completed",
"line_items": [
{
"variant_id": 39072856,
"product_id": 632910392,
"title": "IPod Nano - 8gb",
"variant_title": "green",
"sku": "IPOD2008GREEN",
"vendor": null,
"price": "199.00",
"grams": 200,
"quantity": 1,
"requires_shipping": true,
"taxable": true,
"gift_card": false,
"fulfillment_service": "manual",
"tax_lines": [],
"applied_discount": null,
"name": "IPod Nano - 8gb - green",
"properties": [
{
"name": "Custom Engraving",
"value": "Happy Birthday"
}
],
"custom": false
},
{
"variant_id": null,
"product_id": null,
"title": "Custom Item",
"variant_title": null,
"sku": null,
"vendor": null,
"price": "494.14",
"grams": 0,
"quantity": 2,
"requires_shipping": false,
"taxable": false,
"gift_card": false,
"fulfillment_service": "manual",
"tax_lines": [],
"applied_discount": {
"description": "A percentage discount for a custom line item",
"value": "3.58",
"title": "Custom",
"amount": "35.38",
"value_type": "percentage"
},
"name": "Custom item",
"properties": [],
"custom": true
}
],
"shipping_address": {
"first_name": "Jan",
"address1": "512 Ernestina Forks",
"phone": "(639) 372 1289",
"city": "Lakefurt",
"zip": "24093",
"province": "Virginia",
"country": "United States",
"last_name": "Fisher",
"address2": "Apt. 702",
"company": "Steuber and Sons",
"latitude": 45.416311,
"longitude": -75.68683,
"name": "Jan Fisher",
"country_code": "US",
"province_code": "VA"
},
"billing_address": {
"first_name": "Jan",
"address1": "512 Ernestina Forks",
"phone": "(639) 372 1289",
"city": "Lakefurt",
"zip": "24093",
"province": "Virginia",
"country": "United States",
"last_name": "Fisher",
"address2": "Apt. 702",
"company": "Steuber and Sons",
"latitude": 45.416311,
"longitude": -75.68683,
"name": "Jan Fisher",
"country_code": "US",
"province_code": "VA"
},
"invoice_url": "https://checkout.myshopify.io/1/invoices/8e72bdccd0ac51067b947ac68c6f3804",
"applied_discount": {
"description": "A discount on the entire order",
"value": "1.48",
"title": "Custom",
"amount": "1.48",
"value_type": "fixed_amount"
},
"order_id": 450789469,
"shipping_line": {
"title": "Custom shipping",
"price": "20.00",
"custom": true,
"handle": null
},
"tax_lines": [],
"tags": "",
"customer": {
"accepts_marketing": false,
"created_at": "2014-03-07T16:14:08-05:00",
"email": "bob.norman@hostmail.com",
"first_name": "Bob",
"id": 207119551,
"last_name": "Norman",
"last_order_id": null,
"multipass_identifier": null,
"note": null,
"orders_count": 0,
"state": "disabled",
"total_spent": "0.00",
"updated_at": "2014-03-07T16:14:08-05:00",
"verified_email": true,
"tags": "",
"last_order_name": null,
"default_address": {
"address1": "Chestnut Street 92",
"address2": "",
"city": "Louisville",
"company": null,
"country": "United States",
"first_name": null,
"id": 207119551,
"last_name": null,
"phone": "555-625-1199",
"province": "Kentucky",
"zip": "40202",
"name": null,
"province_code": "KY",
"country_code": "US",
"country_name": "United States",
"default": true
}
}
}
}