--- title: ProductFeed - GraphQL Admin description: A product feed. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/productfeed md: https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/enums/CountryCode) The country of the product feed. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null A globally-unique ID. * language [Language​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/LanguageCode) The language of the product feed. * status [Product​Feed​Status!](https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/connections/ProductFeedConnection#returns-nodes) * {}[ProductFeedEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductFeedEdge#field-ProductFeedEdge.fields.node) *** ## Queries * [product​Feed](https://shopify.dev/docs/api/admin-graphql/unstable/queries/productFeed) query Returns a ProductFeed resource by ID. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the ProductFeed to return. *** * [product​Feeds](https://shopify.dev/docs/api/admin-graphql/unstable/queries/productFeeds) query The product feeds for the shop. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. *** *** ## \ProductFeed Queries ### Queried by * \[product​Feed](https://shopify.dev/docs/api/admin-graphql/unstable/queries/productFeed) * \[product​Feeds](https://shopify.dev/docs/api/admin-graphql/unstable/queries/productFeeds) *** ## Mutations * [product​Feed​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productFeedCreate) mutation Creates a product feed for a specific publication. * input [Product​Feed​Input](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ProductFeedInput) ### Arguments The properties of the new product feed. *** *** ## <\~> ProductFeed Mutations ### Mutated by * <\~>[product​Feed​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productFeedCreate) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-ProductFeed Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)