pub async fn get_report(
    configuration: &Configuration,
    report_id: &str
) -> Result<GetReportResponse, Error>
Expand description

Returns report details (including the reportDocumentId, if available) for the report that you specify. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2.0 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.