productFeed - admin-graphql - QUERY
Version: 2024-10
Description:
Returns a ProductFeed resource by ID.
Access Scopes
`read_product_listings` access scope.
Arguments
-
id:
ID! -
The ID of the ProductFeed to return.
Returns
-
country:
CountryCode
The country of the product feed.
-
id:
ID!
A globally-unique ID.
-
language:
LanguageCode
The language of the product feed.
-
status:
ProductFeedStatus!
The status of the product feed.
Examples