RequestReport
The RequestReport operation creates a report request.
Input
| Name | Type | Required | Description |
| ReportType | String | True | Required. Indicates the report type to request. |
| DataStartTime | Datetime | False | The start date of the date range used to select the data to report.By default it is the current date. If specified, it must be before the current date. |
| DataEndTime | Datetime | False | End date of the date range used to select the data to report. By default it is the current date. If specified, it must be before the current date. |
| ReportOptions | String | False | Additional information to pass to the report. If the report accepts ReportOptions, the information is displayed in the report description in the ReportType enumerator section. |
| MarketplaceIds | String | True | Required. A list of one or more marketplace IDs for the marketplace that registered the listing account. |
Result Set Columns
| Name | Type | Description |
| ReportId | String | A unique identifier for the report. |
| IsRestrictedReport | Boolean | Boolean value indicating whether the report is restricted (report containing PII). |