--- title: ProductFeed - GraphQL Admin description: A product feed. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductFeed md: https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductFeed.md --- # Product​Feed object Requires `read_product_listings` access scope. A product feed. ## Fields * country [Country​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/CountryCode) The country of the product feed. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * language [Language​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/LanguageCode) The language of the product feed. * status [Product​Feed​Status!](https://shopify.dev/docs/api/admin-graphql/latest/enums/ProductFeedStatus) non-null The status of the product feed. *** ## Map ### Fields and connections with this object * <->[ProductFeedConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ProductFeedConnection#returns-nodes) * {}[ProductFeedEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductFeedEdge#field-ProductFeedEdge.fields.node) *** ## Queries * [product​Feed](https://shopify.dev/docs/api/admin-graphql/latest/queries/productFeed) query Returns a ProductFeed resource by ID. * [product​Feeds](https://shopify.dev/docs/api/admin-graphql/latest/queries/productFeeds) query The product feeds for the shop. *** ## \ProductFeed Queries ### Queried by * \[product​Feed](https://shopify.dev/docs/api/admin-graphql/latest/queries/ProductFeed) * \[product​Feeds](https://shopify.dev/docs/api/admin-graphql/latest/queries/ProductFeedConnection) *** ## Mutations * [product​Feed​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productFeedCreate) mutation Creates a product feed for a specific publication. *** ## <\~> ProductFeed Mutations ### Mutated by * <\~>[product​Feed​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/productFeedCreate) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-ProductFeed Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)