Optional
configuration: ConfigurationEffective June 27, 2023, the cancelReport
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
The identifier for the report. This identifier is unique only in combination with a seller ID.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the cancelReportSchedule
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
The identifier for the report schedule. This identifier is unique only in combination with a seller ID.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the createReport
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the createReportSchedule
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the getReport
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
The identifier for the report. This identifier is unique only in combination with a seller ID.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the getReportDocument
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
The identifier for the report document.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the getReports
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
Optional
reportTypes: string[]A list of report types used to filter reports. When reportTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either reportTypes or nextToken is required.
Optional
processingStatuses: GetReportsProcessingStatusesEnum[]A list of processing statuses used to filter reports.
Optional
marketplaceIds: string[]A list of marketplace identifiers used to filter reports. The reports returned will match at least one of the marketplaces that you specify.
Optional
pageSize: numberThe maximum number of reports to return in a single call.
Optional
createdSince: stringThe earliest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is 90 days ago. Reports are retained for a maximum of 90 days.
Optional
createdUntil: stringThe latest report creation date and time for reports to include in the response, in ISO 8601 date time format. The default is now.
Optional
nextToken: stringA string token returned in the response to your previous request. nextToken is returned when the number of results exceeds the specified pageSize value. To get the next page of results, call the getReports operation and include this token as the only parameter. Specifying nextToken with any other parameters will cause the request to fail.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the getReportSchedule
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
The identifier for the report schedule. This identifier is unique only in combination with a seller ID.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective June 27, 2023, the getReportSchedules
operation will no longer be available in the Selling Partner API for Reports v2020-09-04 and all calls to it will fail. Integrations that rely on this operation should migrate to Reports v2021-06-30 to avoid service disruption.
A list of report types used to filter report schedules.
Optional
options: RawAxiosRequestConfigOverride http request option.
ReportsApi - functional programming interface
Export