Module mws::reports [] [src]

Amazon MWS Reports API - Version 2009-01-01

Documentation

Structs

Error

The Error type.

GetReportListParameters

Parameters for GetReportList

GetReportListResponse
GetReportRequestListParameters

Parameters for GetReportRequestList

GetReportRequestListResponse
ReportInfo
ReportRequestInfo
RequestReportParameters

Parameters for RequestReport

RequestReportResponse
SettlementReport

FlatFileSettlementReport

Enums

ErrorKind

The kind of an error.

ReportProcessingStatus

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

GetFlatFileSettlementReport [
Deprecated
]
GetReport

Returns the contents of a report and the Content-MD5 header for the returned report body.

GetReportList

Returns a list of reports that were created in the previous 90 days.

GetReportListByNextToken

Returns a list of reports using the NextToken, which was supplied by a previous request to either GetReportListByNextToken or GetReportList, where the value of HasNext was true in the previous call.

GetReportRequestList

Returns a list of report requests that you can use to get the ReportRequestId for a report.

GetReportRequestListByNextToken

Returns a list of reports using the NextToken, which was supplied by a previous request to either GetReportListByNextToken or GetReportList, where the value of HasNext was true in the previous call.

RequestReport

Type Definitions

Result

Convenient wrapper around std::Result.