Skip to main content
object

Requires read_product_listings access scope.

A 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

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•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?