We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6dd5f commit 5e4868dCopy full SHA for 5e4868d
specs/insights/common/schemas/EventAttributes.yml
@@ -97,7 +97,7 @@ positions:
97
example: [1, 2, 5]
98
99
price:
100
- description: Total price of a product, including any discounts, in units of `currency`.
+ description: Final price of a single product, including any discounts, in units of `currency`.
101
oneOf:
102
- type: number
103
format: double
@@ -179,7 +179,7 @@ currency:
179
example: EUR
180
181
value:
182
- description: Total monetary value of this event in units of `currency`.
+ description: Total monetary value of this event in units of `currency`. This should be equal to `price` times `quantity`.
183
184
185
0 commit comments