createReportpost https://sellingpartnerapi-na.amazon.com/reports/2021-06-30/reportsCreates a report. Usage Plan: Rate (requests per second)Burst0.016715 The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API.Body ParamsInformation required to create the report.Information required to create the report.reportOptionsobjectAdditional information passed to reports. This varies by report type.reportOptions objectreportTypestringrequiredThe report type. Refer to Report Type Values for more information.dataStartTimedate-timeThe start of a date and time range, in ISO 8601 date time format, used for selecting the data to report. The default is now. The value must be prior to or equal to the current date and time. Not all report types make use of this.dataEndTimedate-timeThe end of a date and time range, in ISO 8601 date time format, used for selecting the data to report. The default is now. The value must be prior to or equal to the current date and time. Not all report types make use of this.marketplaceIdsarray of stringsrequiredlength between 1 and 25A list of marketplace identifiers. The report document's contents will contain data for all of the specified marketplaces, unless the report type indicates otherwise.marketplaceIds* stringADD stringResponses 202Success. 400Request has missing or invalid parameters and cannot be parsed. 401The request's Authorization header is not formatted correctly or does not contain a valid token. 403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature. 404The specified resource does not exist. 415The request's Content-Type header is invalid. 429The frequency of requests was greater than allowed. 500An unexpected condition occurred that prevented the server from fulfilling the request. 503Temporary overloading or maintenance of the server.Updated over 1 year ago