keithbrink / amazon-mws-laravel

A Laravel library for Amazon's MWS web services, supporting Laravel 5-8+
Apache License 2.0
27 stars 23 forks source link

Add custom=true support to ReportOptions in RequestReport #18

Closed alisanalacam closed 4 years ago

keithbrink commented 4 years ago

Can you provide some more detail about why this is needed?

alisanalacam commented 4 years ago

first, thank you for reply.

I want to be able to send the parameter named 'custom' for ReportOptions

https://docs.developer.amazonservices.com/en_UK/reports/Reports_ReportType.html example: Enumeration value: _GET_MERCHANT_LISTINGS_ALLDATA

I can add like this: $this->options['ReportOptions=custom'] = 'true';

keithbrink commented 4 years ago

OK, in version 7.0.3 you can do:

$report->setCustomReport(true);