--- title: productFeed - GraphQL Admin description: Returns a ProductFeed resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/productfeed md: https://shopify.dev/docs/api/admin-graphql/latest/queries/productfeed.md --- # product​Feed query Requires `read_product_listings` access scope. Returns a ProductFeed resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the ProductFeed to return. *** ## Possible returns * Product​Feed [Product​Feed](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductFeed) A product feed. *** ## Examples * ### productFeed reference ## Query Reference ```graphql { productFeed(id) { # productFeed fields } } ```