HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

createReport

Creates a report.

Usage Plan:

Rate (requests per second)Burst
0.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 Params

Information required to create the report.

reportOptions
object

Additional information passed to reports. This varies by report type.

string
required

The report type. Refer to Report Type Values for more information.

date-time

The 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.

date-time

The 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.

marketplaceIds
array of strings
required
length between 1 and 25

A 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*
Responses

Response body
object
string
required

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

Headers
object
string

Your rate limit (requests per second) for this operation.

string

Unique request reference identifier.

Language