Module: Peddler::Reports::SellingPartnerMarketBasketAnalysis

Defined in:
lib/peddler/reports/selling_partner_market_basket_analysis.rb,
lib/peddler/reports/selling_partner_market_basket_analysis/report.rb,
lib/peddler/reports/selling_partner_market_basket_analysis/report_options.rb,
lib/peddler/reports/selling_partner_market_basket_analysis/details_by_asin.rb,
lib/peddler/reports/selling_partner_market_basket_analysis/report_specification.rb,
sig/peddler/reports/selling_partner_market_basket_analysis.rbs

Overview

The Market Basket report contains data on the items that are most commonly purchased in combination with the items in the customer's basket (cart) at checkout. The data is available across different reporting periods: DAY, WEEK, MONTH, and QUARTER. Requests can span multiple reporting periods. In this report, "asin" is an ASIN in the selling partner's catalog and "purchasedWithAsin" might or might not be an ASIN in the selling partner's catalog.

Defined Under Namespace

Classes: DetailsByASIN, Report, ReportOptions, ReportSpecification

Class Method Summary collapse

Class Method Details

.parse(hash) ⇒ Peddler::Reports::SellingPartnerMarketBasketAnalysis::Report

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



15
16
17
# File 'lib/peddler/reports/selling_partner_market_basket_analysis.rb', line 15

def parse(hash)
  Report.parse(hash)
end