---
title: >-
  Filter price list prices by product and variant IDs - 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/filter-price-list-prices-by-product-and-variant-ids
  md: >-
    https://shopify.dev/changelog/filter-price-list-prices-by-product-and-variant-ids.md
metadata:
  effectiveApiVersion: 2024-01
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-11-01T15:51:53-04:00'
  postedAt: '2023-12-15T09:00:00-05:00'
  updatedAt: '2024-08-21T13:53:56-04:00'
  effectiveAt: '2023-12-15T09:00:00-05:00'
---

December 15, 2023

Tags:

* Admin GraphQL API
* 2024-01

# Filter price list prices by product and variant IDs

As of the `2024-01` version of the Admin GraphQL API, you can filter the `prices` connection on [Price List](https://shopify.dev/docs/api/admin-graphql/2024-01/objects/PriceList#connection-pricelist-prices) using a `query` param with supported `product_id` and `variant_id` filters.

Learn more about the Price List API on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/2024-01/objects/PriceList).
