# Filter - storefront - OBJECT Version: 2024-04 ## Description A filter that is supported on the parent field. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [id](/docs/api/storefront/2024-04/scalars/String): String! - A unique identifier. * [label](/docs/api/storefront/2024-04/scalars/String): String! - A human-friendly string for this filter. * [presentation](/docs/api/storefront/2024-04/enums/FilterPresentation): FilterPresentation - Describes how to present the filter values. Returns a value only for filters of type `LIST`. Returns null for other types. * [type](/docs/api/storefront/2024-04/enums/FilterType): FilterType! - An enumeration that denotes the type of data this filter represents. * [values](/docs/api/storefront/2024-04/objects/FilterValue): FilterValue! - The list of values for this filter. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples