Anchor to productFeedproduct
productFeed
query
Requires access scope.
Returns a ProductFeed resource by ID.
Anchor to Arguments
Arguments
- •ID!required
The ID of the ProductFeed to return.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to ProductFeedProduct•
Feed A product feed.
- country•Country
Code The country of the product feed.
- id•ID!non-null
A globally-unique ID.
- language•Language
Code The language of the product feed.
- status•Productnon-null
Feed Status! The status of the product feed.
- country•
Was this section helpful?
Query Reference
{
productFeed(id) {
# productFeed fields
}
}