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.
  • lastMonth: StatisticValue
  • # How much revenue has been generated in the past 14 days.
  • last14Days: StatisticValue
  • # How much revenue has been generated in the past 24 hours.
  • last24Hours: StatisticValue
  • # How much revenue has been generated in the past 3 months.
  • last3Months: StatisticValue
  • # Currency of the converted price.
  • currency: Currency
  • }