--- title: ProductFeed - GraphQL Admin description: A product feed. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/ProductFeed' md: 'https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/enums/CountryCode) The country of the product feed. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/ID) non-null A globally-unique ID. * language [Language​Code](https://shopify.dev/docs/api/admin-graphql/2025-01/enums/LanguageCode) The language of the product feed. * status [Product​Feed​Status!](https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/connections/ProductFeedConnection#returns-nodes) * {}[ProductFeedEdge.node](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/ProductFeedEdge#field-ProductFeedEdge.fields.node) *** ## Queries * [product​Feed](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productFeed) query Returns a ProductFeed resource by ID. * [product​Feeds](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productFeeds) query The product feeds for the shop. *** ## \ProductFeed Queries ### Queried by * \[product​Feed](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productFeed) * \[product​Feeds](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/productFeeds) *** ## Mutations * [product​Feed​Create](https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/mutations/productFeedCreate) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node) interface *** ## ||-ProductFeed Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2025-01/interfaces/Node)