New eComm Order

Payload

The payload of this webhook request is an object.
triggerTypestringOptional

The type of event that triggered the request

payloadobjectOptional

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "triggerType": "ecomm_new_order",
3 "payload": {
4 "orderId": "fc7-128",
5 "status": "unfulfilled",
6 "comment": "Customer requested gift wrapping and a personalized note saying: Happy Birthday, Ford! 🎉 Please ensure the item is packed with extra bubble wrap for safe transit.",
7 "orderComment": "Please gift wrap with a personal note saying \"Happy Birthday, Ford! 🎉",
8 "acceptedOn": "2024-03-29T21:29:21Z",
9 "customerPaid": {
10 "unit": "USD",
11 "value": "5892",
12 "string": " 118.73 USD"
13 },
14 "netAmount": {
15 "unit": "USD",
16 "value": "5892",
17 "string": " 112.62 USD"
18 },
19 "applicationFee": {
20 "unit": "USD",
21 "value": "5892",
22 "string": " 2.37 USD"
23 },
24 "allAddresses": [
25 {
26 "type": "billing",
27 "addressee": "Arthur Dent",
28 "line1": "20 W 34th St",
29 "line2": "Empire State Building",
30 "city": "New York",
31 "state": "New York",
32 "country": "US",
33 "postalCode": "10118"
34 },
35 {
36 "type": "shipping",
37 "addressee": "Arthur Dent",
38 "line1": "20 W 34th St",
39 "line2": "Empire State Building",
40 "city": "New York",
41 "state": "New York",
42 "country": "US",
43 "postalCode": "10118"
44 }
45 ],
46 "shippingAddress": {
47 "type": "shipping",
48 "japanType": "kanji",
49 "addressee": "Arthur Dent",
50 "line1": "20 W 34th St",
51 "line2": "Empire State Building",
52 "city": "New York",
53 "state": "New York",
54 "country": "US",
55 "postalCode": "10118"
56 },
57 "billingAddress": {
58 "type": "billing",
59 "addressee": "Arthur Dent",
60 "line1": "20 W 34th St",
61 "line2": "Empire State Building",
62 "city": "New York",
63 "state": "New York",
64 "country": "US",
65 "postalCode": "10118"
66 },
67 "shippingProvider": "Shipping Company, Co.",
68 "shippingTracking": "tr00000000001",
69 "shippingTrackingURL": "https://www.shippingcompany.com/tracking/tr00000000001",
70 "customerInfo": {
71 "fullName": "Arthur Dent",
72 "email": "arthur.dent@example.com"
73 },
74 "purchasedItems": [
75 {
76 "count": 1,
77 "rowTotal": {
78 "unit": "USD",
79 "value": "5892",
80 "string": " 55.61 USD"
81 },
82 "productId": "66072fb61b89448912e26791",
83 "productName": "Luxurious Fresh Ball",
84 "productSlug": "luxurious-fresh-ball",
85 "variantId": "66072fb71b89448912e2683f",
86 "variantName": "Luxurious Fresh Ball Generic: Bronze, Practical: Plastic",
87 "variantSlug": "luxurious-fresh-ball-generic-bronze-practical-plastic",
88 "variantSKU": "luxurious-fresh-ball-generic-bronze-practical-plastic",
89 "variantImage": {
90 "url": "https://d1otoma47x30pg.cloudfront.net/66072f39417a2a35b2589cc7/66072fb51b89448912e2672c_image14.jpeg"
91 },
92 "variantPrice": {
93 "unit": "USD",
94 "value": "5892",
95 "string": " 55.61 USD"
96 },
97 "weight": 11,
98 "width": 82,
99 "height": 70,
100 "length": 9
101 },
102 {
103 "count": 1,
104 "rowTotal": {
105 "unit": "USD",
106 "value": "5892",
107 "string": " 53.44 USD"
108 },
109 "productId": "66072fb61b89448912e26799",
110 "productName": "Recycled Steel Gloves",
111 "productSlug": "recycled-steel-gloves",
112 "variantId": "66072fb91b89448912e26ab9",
113 "variantName": "Recycled Steel Gloves Electronic: Granite, Handcrafted: grey",
114 "variantSlug": "recycled-steel-gloves-electronic-granite-handcrafted-grey",
115 "variantSKU": "recycled-steel-gloves-electronic-granite-handcrafted-grey",
116 "variantImage": {
117 "url": "https://d1otoma47x30pg.cloudfront.net/66072f39417a2a35b2589cc7/66072fb51b89448912e2671e_image2.jpeg"
118 },
119 "variantPrice": {
120 "unit": "USD",
121 "value": "5892",
122 "string": " 53.44 USD"
123 },
124 "weight": 38,
125 "width": 76,
126 "height": 85,
127 "length": 40
128 }
129 ],
130 "purchasedItemsCount": 2,
131 "stripeDetails": {
132 "paymentMethod": "pm_1OzmzBJYFi4lcbXWHKNdXU7j",
133 "paymentIntentId": "pi_3OzmzDJYFi4lcbXW1hTBW6ft",
134 "customerId": "cus_PpRsNHwWdUoRKR",
135 "chargeId": "ch_3OzmzDJYFi4lcbXW1ndkkrH2",
136 "refundId": "re_3OzmzDJYFi4lcbXW1kFAmlBk",
137 "refundReason": "fraudulent"
138 },
139 "stripeCard": {
140 "last4": "4242",
141 "brand": "Visa",
142 "ownerName": "Arthur Dent",
143 "expires": {
144 "year": 2024,
145 "month": 4
146 }
147 },
148 "customData": [
149 {
150 "key": "value"
151 }
152 ],
153 "metadata": {
154 "isBuyNow": false
155 },
156 "isCustomerDeleted": false,
157 "isShippingRequired": true,
158 "hasDownloads": false,
159 "paymentProcessor": "stripe",
160 "totals": {
161 "subtotal": {
162 "unit": "USD",
163 "value": "5892",
164 "string": " 109.05 USD"
165 },
166 "extras": [
167 {
168 "type": "tax",
169 "name": "State Taxes",
170 "description": "NY Taxes (4.00%)",
171 "price": {
172 "unit": "USD",
173 "value": "5892",
174 "string": " 4.36 USD"
175 }
176 },
177 {
178 "type": "tax",
179 "name": "City Taxes",
180 "description": "NEW YORK Taxes (4.88%)",
181 "price": {
182 "unit": "USD",
183 "value": "5892",
184 "string": " 5.32 USD"
185 }
186 },
187 {
188 "type": "shipping",
189 "name": "Flat",
190 "description": "",
191 "price": {
192 "unit": "USD",
193 "value": "5892",
194 "string": " 0.00 USD"
195 }
196 }
197 ],
198 "total": {
199 "unit": "USD",
200 "value": "5892",
201 "string": " 118.73 USD"
202 }
203 },
204 "downloadFiles": [
205 {
206 "id": "5e9a5eba75e0ac242e1b6f64",
207 "name": "New product guide",
208 "url": "https://webflow.com/dashboard/download-digital-product?payload=5d93ba5e38c6b0160ab711d3;e7634a;5eb1aac72912ec06f561278c;5e9a5eba75e0ac242e1b6f63:ka2nehxy:4a1ee0a632feaab94294350087215ed89533f2f530903e3b933b638940e921aa"
209 }
210 ]
211 }
212}