Module: Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119
- Defined in:
- lib/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rb,
lib/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19/report.rb,
lib/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19/recommendation.rb,
sig/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rbs
Overview
Provides B2B product recommendations based on predicted incremental units sold, unmet buyer demand, and other factors for products not yet listed on Amazon. The recommendations are personalized to the seller based on past sales activity.
Defined Under Namespace
Classes: Recommendation, Report
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Reports::B2BProductOpportunitiesNotYetOnAmazonReport20201119::Report
14 15 16 |
# File 'lib/peddler/reports/b2b_product_opportunities_not_yet_on_amazon_report_2020_11_19.rb', line 14 def parse(hash) Report.parse(hash) end |