Anchor to ProductFeedProduct
objectProduct Feed
Requires access scope.
A product feed.
Anchor to FieldsFields
- Anchor to countrycountry•Country
Code The country of the product feed.
- •ID!non-null
A globally-unique ID.
- Anchor to languagelanguage•Language
Code The language of the product feed.
- Anchor to statusstatus•Product
Feed Status! non-null The status of the product feed.
Was this section helpful?
Anchor to QueriesQueries
- •query
Returns a ProductFeed resource by ID.
- •ID!required
The ID of the ProductFeed to return.
Arguments
- •ID!
- •query
The product feeds for the shop.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates a product feed for a specific publication.
- Anchor to inputinput•Product
Feed Input The properties of the new product feed.
Arguments
Was this section helpful?