Module: Peddler::Reports::SellerCoupon
- Defined in:
- lib/peddler/reports/seller_coupon.rb,
lib/peddler/reports/seller_coupon/report.rb,
lib/peddler/reports/seller_coupon/asin_details.rb,
lib/peddler/reports/seller_coupon/coupon_details.rb,
lib/peddler/reports/seller_coupon/report_options.rb,
lib/peddler/reports/seller_coupon/report_specification.rb,
sig/peddler/reports/seller_coupon.rbs
Overview
This report contains data to help sellers optimize their coupons and adjust their advertising strategies. This report supports start dates up to two years before the current date.
Defined Under Namespace
Classes: ASINDetails, CouponDetails, Report, ReportOptions, ReportSpecification
Class Method Summary collapse
Class Method Details
.parse(hash) ⇒ Peddler::Reports::SellerCoupon::Report
13 14 15 |
# File 'lib/peddler/reports/seller_coupon.rb', line 13 def parse(hash) Report.parse(hash) end |