pub async fn get_feature_inventory(
configuration: &Configuration,
marketplace_id: &str,
feature_name: &str,
next_token: Option<&str>
) -> Result<GetFeatureInventoryResponse, Error>Expand description
Returns a list of inventory items that are eligible for the fulfillment feature you specify. Usage Plan: | Rate (requests per second) | Burst | | –– | –– | | 2 | 30 | For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.