GraphQL OBJECT
OrderStatistics
How many orders for the promoted product have been placed.
link Definition
- type OrderStatistics {
- # How many orders have been placed in the past month.
- StatisticValue :
- # How many orders have been placed in the past 14 days.
- StatisticValue :
- # How many orders have been placed in the past 24 hours.
- StatisticValue :
- # How many orders have been placed in the past 3 months.
- StatisticValue :
- }