[DataObjectMethod(DataObjectMethodType.Select)] public static IList<AbandonedBasketsSummary> GetMonthlyAbandonedBaskets( int year, int month )
Parameters
- year
 - The year to generate sales summaries for.
 - month
 - The month to generate sales summaries for.
 
Return Value
A list of AbandonedBasketsSummary, one for each day in the month.  StartDate and EndDate properties of the SalesSummary are in store local time.