pub async fn get_feeds(
    configuration: &Configuration,
    feed_types: Option<Vec<String>>,
    marketplace_ids: Option<Vec<String>>,
    page_size: Option<i32>,
    processing_statuses: Option<Vec<String>>,
    created_since: Option<String>,
    created_until: Option<String>,
    next_token: Option<&str>
) -> Result<GetFeedsResponse, Error>
Expand description

Returns feed details for the feeds that match the filters that you specify. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 0.0222 | 10 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.