---
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
metadata:
  effectiveApiVersion: 2023-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-06-07T12:48:40-04:00'
  postedAt: '2023-07-01T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:38-05:00'
  effectiveAt: '2023-07-01T00:00:00-04:00'
---

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).
