Skip to main content
object

Requires read_product_listings access scope.

A product feed.

•ID!
non-null

The ID of the channel to associate with the product feed.

•CountryCode

The country of the product feed.

•ID!
non-null

A globally-unique ID.

•LanguageCode

The language of the product feed.

•ProductFeedStatus!
non-null

The status of the product feed.


Was this section helpful?

•query

Returns a ProductFeed resource by ID.

Arguments

•ID!
required

The ID of the ProductFeed to return.


•query

The product feeds for the shop.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•mutation

Creates a product feed for a specific publication.

Arguments

•ProductFeedInput

The properties of the new product feed.



Was this section helpful?

•interface

Was this section helpful?