pub async fn create_feed(
    configuration: &Configuration,
    body: CreateFeedSpecification
) -> Result<CreateFeedResponse, Error>
Expand description

Creates a feed. Encrypt and upload the contents of the feed document before calling this operation. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 0.0083 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.