Skip to content

Commit fa31f3c

Browse files
author
Prashant Singh
committed
add total and revenue fields for order
1 parent 310c877 commit fa31f3c

File tree

1 file changed

+3
-1
lines changed
  • src/connections/sources/catalog/cloud-apps/elastic-path

1 file changed

+3
-1
lines changed

src/connections/sources/catalog/cloud-apps/elastic-path/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ The following payload contains the properties for the following events:
7070
| `event` | Event name e.g. `Checkout Started`, `Order Completed` etc. |
7171
| `properties` | This will hold information about the order |
7272
| `properties.order_id` | Elastic Path Order ID |
73-
| `properties.value` | Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied |
73+
| `properties.value` | Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied. Usually this is required for `Checkout Started` event |
74+
| `properties.total` | Revenue ($) with discounts and coupons added in. For better flexibility and total control over tracking, we let you decide how to calculate how coupons and discounts are applied. Usually this is required for all the events apart from `Checkout Started` event |
75+
| `properties.revenue` | Revenue ($) associated with the transaction (excluding shipping and tax). Usually this is required for all the events apart from `Checkout Started` event |
7476
| `properties.tax` | Total tax associated with the transaction |
7577
| `properties.discount` | Total discount associated with the transaction |
7678
| `properties.shipping` | Shipping cost associated with the transaction |

0 commit comments

Comments
 (0)