# productFeedCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates a product feed for a specific publication. ### Access Scopes Access allowed for apps with `read_product_listings` scope. ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/ProductFeedInput): ProductFeedInput - The properties of the new product feed. ## Returns * [productFeed](/docs/api/admin-graphql/2024-10/objects/ProductFeed): ProductFeed The newly created product feed. * [userErrors](/docs/api/admin-graphql/2024-10/objects/ProductFeedCreateUserError): ProductFeedCreateUserError! The list of errors that occurred from executing the mutation. ## Examples