Submit a feed
submit_feedSubmit bulk product feeds (JSON_LISTINGS_FEED or flat-file) to Amazon Seller Central in a single call, returning a feedId to poll for processing status.
Instructions
Submits a feed in one call: creates a feed document, uploads the content, and creates the feed. Common for flat-file / JSON_LISTINGS_FEED bulk operations. Returns the feedId to poll with get_feed. This WRITES to your account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The feed body (JSON or flat-file text). | |
| feedType | Yes | SP-API feed type, e.g. JSON_LISTINGS_FEED, POST_FLAT_FILE_LISTINGS_DATA. | |
| contentType | No | Content type of the body. Default: text/tab-separated-values; charset=UTF-8. |