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 :
- }
link Required by
- ClientSearchResultItemClient that matches the search parameters.
- MvtCampaignMultivariate testing campaign.
- MvtCampaignCandidateMvt campaign candidate.
- ProductItem or service offered for sale.
- PromotionPrice discount off of the regular product price you offer the customer.
- RecommendationProduct suggestion for customers during the checkout process.