GraphQL OBJECT
ClientSalesRevenueStatistics
How much revenue the promotion has generated for the client.
link Definition
- type ClientSalesRevenueStatistics {
- # How much revenue has been generated in the past month.
- StatisticValue :
- # How much revenue has been generated in the past 14 days.
- StatisticValue :
- # How much revenue has been generated in the past 24 hours.
- StatisticValue :
- # How much revenue has been generated in the past 3 months.
- StatisticValue :
- # Currency of the converted price.
- Currency :
- }