Response schema.

Export

CreateReportResponse

interface CreateReportResponse {
    reportId: string;
}

Properties

Properties

reportId: string

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

Memberof

CreateReportResponse