forked from skullydazed/squarespace-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_orders.json
81 lines (81 loc) · 1.91 KB
/
test_orders.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
79
80
81
{
"result" : [ {
"id" : "b1512ba21f01ab0292f0e00a",
"orderNumber" : "1",
"createdOn" : "2017-01-01T12:55:07.400Z",
"modifiedOn" : "2017-01-01T12:55:07.400Z",
"testmode" : false,
"customerEmail" : "[email protected]",
"billingAddress" : {
"firstName" : "Customer",
"lastName" : "Person",
"address1" : "1234 North Street Av.",
"address2" : null,
"city" : "Santa Cruz",
"state" : "CA",
"countryCode" : "US",
"postalCode" : "95060"
},
"shippingAddress" : {
"firstName" : "Customer",
"lastName" : "Person",
"address1" : "1234 North Street Av.",
"address2" : null,
"city" : "Santa Cruz",
"state" : "CA",
"countryCode" : "US",
"postalCode" : "95060"
},
"fulfillmentStatus" : "PENDING",
"lineItems" : [ {
"id" : "5868fa8b44024318a076dd0d",
"sku" : "cherry_pcb_stab",
"productId" : "58434e2ac534a57dbde60129",
"productName" : "PCB Mount Cherry-style stabilizers",
"quantity" : 1,
"unitPricePaid" : {
"value" : "9.99",
"currency" : "USD"
},
"variantOptions" : [ ],
"customizations" : null
} ],
"shippingLines" : [ {
"method" : "Priority",
"amount" : {
"value" : "4.00",
"currency" : "USD"
}
} ],
"discountLines" : [ ],
"formSubmission" : null,
"fulfillments" : [ ],
"subtotal" : {
"value" : "9.99",
"currency" : "USD"
},
"shippingTotal" : {
"value" : "4.00",
"currency" : "USD"
},
"discountTotal" : {
"value" : "0.00",
"currency" : "USD"
},
"taxTotal" : {
"value" : "0.00",
"currency" : "USD"
},
"refundedTotal" : {
"value" : "0.00",
"currency" : "USD"
},
"grandTotal" : {
"value" : "13.99",
"currency" : "USD"
}
} ],
"pagination" : {
"hasNextPage" : false
}
}