-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsample-response.json
74 lines (74 loc) · 2.01 KB
/
sample-response.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
{
"data": {
"orders": {
"edges": [
{
"cursor": "sYXN0X2lkIjoyMzIzODY0NTg0MjAyMC0wNS0wMiAwNDoxNT",
"node": {
"billingAddress": {
"city": "Hopkins",
"country": "United States",
"province": "Minnesota",
"zip": "55343"
},
"cancelReason": null,
"cancelledAt": null,
"createdAt": "2020-05-02T04:15:07Z",
"discountCode": null,
"email": "[email protected]",
"fulfillments": [
{
"fulfillmentLineItems": {
"edges": [
{
"node": {
"lineItem": {
"discountAllocations": [],
"id": "xxxxxx",
"name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"originalTotalSet": {
"shopMoney": {
"amount": "28.0",
"currencyCode": "USD"
}
},
"quantity": 1,
"sku": "xxxxxxxxxxxxx"
}
}
}
]
}
}
],
"id": "xxxxxxxxxxxxxxxx",
"name": "#6686",
"refunds": [],
"totalPriceSet": {
"shopMoney": {
"amount": "31.00",
"currencyCode": "USD"
}
},
"updatedAt": "2020-05-06T03:40:09Z"
}
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": false
}
}
},
"extensions": {
"cost": {
"actualQueryCost": 35,
"requestedQueryCost": 314,
"throttleStatus": {
"currentlyAvailable": 965,
"maximumAvailable": 1000.0,
"restoreRate": 50.0
}
}
}
}