Request parameters for getReport operation in ReportsApi.

Export

ReportsApiGetReportRequest

interface ReportsApiGetReportRequest {
    reportId: string;
}

Properties

Properties

reportId: string

The identifier for the report. This identifier is unique only in combination with a seller ID.

Memberof

ReportsApiGetReport