Skip to main content
Anchor to CollectionSubCollectionSource

CollectionSubCollectionSource

object

Requires read_products access scope.

A collection source whose membership comes from a single referenced collection (sub-collection).

Sub-collection sources are always non-shareable: the inherited shareable field on the CollectionSource interface always resolves to false for this type. Sharing a sub-collection source across owners is not supported because the chain reference is owner-bound.

•App

The app that manages this source, if applicable.

•String

An optional description of the source.

•ID!
non-null

The unique identifier for this source.

•Collection!
non-null

The single referenced sub-collection that supplies products to this source.

•String!
non-null

The title of the source.


Was this section helpful?

•interface

Was this section helpful?