Click or drag to resize
ReporterProductSalesByTime Method
Fetches a ProductSalesByTimeReport. The report contains sales statistics aggregated according to the supplied timeline type. The report aggregates data for all products and variant that matches the filter.

The report contains timelines for the following metrics:

  • The number of purchased products and variants purchased during the timeslot.
  • The number of abandoned products and variants abandoned during the timeslot
  • The discount for the products and variants purchased during the timeslot.
  • The margin for the products and variants purchased during the timeslot.
  • The revenue for the products and variants purchased during the timeslot.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public ProductSalesByTimeReport ProductSalesByTime(
	TimelineType timelineType,
	Filter filter,
	Facets facets = null
)

Parameters

timelineType
Type: Apptus.ESales.Connector.ReportTimelineType
The timeline type.
filter
Type: Apptus.ESales.ConnectorFilter
A filter defining the product set to report on.
facets (Optional)
Type: Apptus.ESales.ConnectorFacets
Together with filter, the set of products and variant to create the report for.

Return Value

Type: ProductSalesByTimeReport
A ProductSalesByTimeReport
Remarks
Since 3.4.0
See Also