# ProductFeed - admin-graphql - OBJECT Version: 2024-10 ## Description A product feed. ### Access Scopes `read_product_listings` access scope. ## Fields * [country](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode - The country of the product feed. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [language](/docs/api/admin-graphql/2024-10/enums/LanguageCode): LanguageCode - The language of the product feed. * [status](/docs/api/admin-graphql/2024-10/enums/ProductFeedStatus): ProductFeedStatus! - The status of the product feed. ## Connections ## Related queries * [productFeed](/docs/api/admin-graphql/2024-10/queries/productFeed) Returns a ProductFeed resource by ID. * [productFeeds](/docs/api/admin-graphql/2024-10/queries/productFeeds) The product feeds for the shop. ## Related mutations * [productFeedCreate](/docs/api/admin-graphql/2024-10/mutations/productFeedCreate) Creates a product feed for a specific publication. ## Related Unions ## Examples