Module: Peddler::Reports::VendorRealTimeSales
- Defined in:
- lib/peddler/reports/vendor_real_time_sales.rb,
lib/peddler/reports/vendor_real_time_sales/report.rb,
lib/peddler/reports/vendor_real_time_sales/report_data.rb,
lib/peddler/reports/vendor_real_time_sales/report_options.rb,
lib/peddler/reports/vendor_real_time_sales/report_specification.rb,
sig/peddler/reports/vendor_real_time_sales.rbs
Overview
This report shares sales data at an ASIN level, aggregated to an hourly granularity. Requests can span multiple date range periods. For example, if the customer specified dataStartTime and dataEndTime span three hours, the report would contain data for each complete hour within the time span.
Defined Under Namespace
Classes: Report, ReportData, ReportOptions, ReportSpecification
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Reports::VendorRealTimeSales::Report
14 15 16 |
# File 'lib/peddler/reports/vendor_real_time_sales.rb', line 14 def parse(hash) Report.parse(hash) end |