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:
ProductFeedInput -
The properties of the new product feed.
Returns
-
productFeed:
ProductFeed
The newly created product feed.
-
userErrors:
ProductFeedCreateUserError!
The list of errors that occurred from executing the mutation.
Examples