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

createFeed

Creates a feed. Upload the contents of the feed document before calling this operation.

Usage Plan:

Rate (requests per second)Burst
0.008315

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.

The rate limit for the JSON_LISTINGS_FEED feed type differs from the rate limit for the createFeed operation. For more information, refer to the Building Listings Management Workflows Guide.

Body Params

Information required to create the feed.

string
required

The feed type.

marketplaceIds
array of strings
required
length between 1 and 25

A list of identifiers for marketplaces that you want the feed to be applied to.

marketplaceIds*
string
required

The document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.

feedOptions
object

Additional options to control the feed. These vary by feed type.

Responses

Response body
object
string
required

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