--- title: Adding acceptsMultipleValues attribute to SegmentEventFilterParameter object - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/adding-acceptsmultiplevalues-attribute-to-segmenteventfilterparameter-object md: https://shopify.dev/changelog/adding-acceptsmultiplevalues-attribute-to-segmenteventfilterparameter-object.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2023 Tags: * API * 2023-07 # Adding `acceptsMultipleValues` attribute to `SegmentEventFilterParameter` object As of GraphQL Admin API version **2023-07**, the `SegmentEventFilterParameter` object now has the attribute `acceptsMultipleValues` to denote if the parameter can handle multiple values. For example, the `id` parameter for the `products_purchased` function can accept multiple values: `products_purchased(id: (2012162031638, 1012132033639) = false`. Learn more about the `Segment query language` on [Shopify.dev](https://shopify.dev/docs/api/shopifyql/segment-query-language-reference).