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

createReportSchedule

Creates a report schedule. If a report schedule with the same report type and marketplace IDs already exists, it will be cancelled and replaced with this one.

Usage Plan:

Rate (requests per second)Burst
0.022210

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

string
required

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

marketplaceIds
array of strings
required
length between 1 and 25

A list of marketplace identifiers for the report schedule.

marketplaceIds*
reportOptions
object

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

string
required

One of a set of predefined ISO 8601 periods that specifies how often a report should be created.

Show Details
PT5M5 minutes
PT15M15 minutes
PT30M30 minutes
PT1H1 hour
PT2H2 hours
PT4H4 hours
PT8H8 hours
PT12H12 hours
P1D1 day
P2D2 days
P3D3 days
PT84H84 hours
P7D7 days
P14D14 days
P15D15 days
P18D18 days
P30D30 days
P1M1 month
date-time

The date and time when the schedule will create its next report, in ISO 8601 date time format.

Responses

Response body
object
string
required

The identifier for the report schedule. 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