Skip to main content
interface

Requires read_products access scope.

A source that provides products for a collection.

•App

The app that created this source, if applicable. In the case of shareable sources, this app manages this source's conditions and selections exclusively.

Show fields
•String

An optional description of the source.

•ID!
non-null

The unique identifier for this source.

•CollectionConnection!
non-null

The collections that use this source, ordered by collection ID.

For sub-collection sources, these are the owning collections, not the referenced sub-collections.

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.


•String!
non-null

The title of the source.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A collection source that uses conditions and selections to determine which products are included.

Show fields
•OBJECT

A collection source whose membership comes from one or more referenced collections (sub-collections).

Sub-collection sources are always non-shareable. Sharing a sub-collection source across owners is not supported because the collection references are owner-bound.

Show fields

Was this section helpful?