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.

Show enum values
•ID!
non-null

A globally-unique ID.

•LanguageCode

The language of the product feed.

Show enum values
•ProductFeedStatus!
non-null

The status of the product feed.

Show enum values

Was this section helpful?

•query

Returns a ProductFeed resource by ID.

Show fields

Arguments

•ID!
required

The ID of the ProductFeed to return.


•query

The product feeds for the shop.

Show fields

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.

Show payload

Arguments

•ProductFeedInput

The properties of the new product feed.

Show input fields


Was this section helpful?

•interface

Was this section helpful?