# MetafieldFilter - storefront - INPUT_OBJECT Version: 2024-07 ## Description A filter used to view a subset of products in a collection matching a specific metafield value. Only the following metafield types are currently supported: - `number_integer` - `number_decimal` - `single_line_text_field` - `boolean` as of 2022-04. ### Access Scopes ## Fields * [key](/docs/api/storefront/2024-07/scalars/String): String! - The key of the metafield to filter on. * [namespace](/docs/api/storefront/2024-07/scalars/String): String! - The namespace of the metafield to filter on. * [value](/docs/api/storefront/2024-07/scalars/String): String! - The value of the metafield. ## Input objects with this input object * [ProductFilter](/docs/api/storefront/2024-07/input-objects/ProductFilter) * [ProductFilter](/docs/api/storefront/2024-07/input-objects/ProductFilter) ## Examples