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

createFeedDocument

Creates a feed document for the feed type that you specify. This operation returns a presigned URL for uploading the feed document contents. It also returns a feedDocumentId value that you can pass in with a subsequent call to the createFeed operation.

Usage Plan:

Rate (requests per second)Burst
0.515

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have 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

Specifies the content type for the createFeedDocument operation.

string
required

The content type of the feed.

Responses

Response body
object
string
required

The identifier of the feed document.

string
required

The presigned URL for uploading the feed contents. This URL expires after 5 minutes.

Headers
object
string

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

string

Unique request reference identifier.

Language