pub async fn get_feed(
    configuration: &Configuration,
    feed_id: &str
) -> Result<GetFeedResponse, Error>
Expand description

Returns feed details (including the resultDocumentId, if available) for the feed that you specify. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2.0 | 15 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.