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
|
{
"shipping_address": {
"city": "Lübeck",
"postcode": "23552",
"street1": "Holstenstr. 40",
"phone_number": "844-212-0689",
"state": "",
"country": "DE",
"is_business": false,
"first_name": ".",
"last_name": ".",
"warnings": [
{
"type": "validation_warning",
"code": "REPLACED",
"path": "external",
"message": "street1: Holstenstr. 40 -> Holstenstraße 40"
}
],
"suggested_address": {
"country_code": "DE",
"state_code": null,
"postcode": "23552",
"city": "Lübeck",
"street1": "Holstenstraße 40",
"street2": null
}
},
"fees": [
{
"currency": "USD",
"fee_type": "HANDLING_FEE",
"sku": "HANDLING_FEE",
"tax_rate": "0.060000",
"total_cost_excl_tax": "14.00",
"total_cost_incl_tax": "14.84",
"total_tax": "0.84"
},
{
"currency": "USD",
"fee_type": "FULFILLMENT_FEE",
"sku": "FULFILLMENT_FEE",
"tax_rate": "0.060000",
"total_cost_excl_tax": "0.75",
"total_cost_incl_tax": "0.80",
"total_tax": "0.05"
}
],
"line_item_costs": [
{
"cost_excl_discounts": "4.95",
"total_tax": "6.93",
"tax_rate": "0.070000",
"quantity": 20,
"total_cost_excl_tax": "99.00",
"total_cost_excl_discounts": "99.00",
"total_cost_incl_tax": "105.93",
"discounts": [],
"unit_tier_cost": "4.95"
},
{
"cost_excl_discounts": "16.19",
"total_tax": "215.33",
"tax_rate": "0.070000",
"quantity": 200,
"total_cost_excl_tax": "3076.10",
"total_cost_excl_discounts": "3238.00",
"total_cost_incl_tax": "3291.43",
"discounts": [
{
"amount": "161.90",
"description": "Volume Discount 5%"
}
],
"unit_tier_cost": "16.19"
}
],
"shipping_cost": {
"total_cost_excl_tax": "1085.50",
"total_cost_incl_tax": "1161.49",
"total_tax": "75.99",
"tax_rate": "0.19"
},
"fulfillment_cost": {
"total_cost_excl_tax": "1.05",
"total_cost_incl_tax": "1.12",
"total_tax": "0.07",
"tax_rate": "0.19"
},
"total_tax": "298.32",
"total_cost_excl_tax": "4261.65",
"total_cost_incl_tax": "4559.97",
"total_discount_amount": "161.90",
"currency": "CAD"
}
|