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