pub async fn search_items_data(
configuration: &Configuration,
query: &str,
language: Language,
only: Option<&str>,
remove: Option<&str>,
by: Option<&str>,
accept_language: Option<Language>,
) -> Result<Vec<ItemsInner>, Error<SearchItemsDataError>>Expand description
Item information, such as name, unique name, type, and image name.