Anchor to CollectionSubCollectionsSourceCollection
objectCollection Sub Collections Source
Requires access scope.
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.
Anchor to FieldsFields
- app (App)
- collections ([Collection!]!)
- description (String)
- id (ID!)
- title (String!)
- •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.
- Anchor to collectionscollections•[Collection!]!non-null
The referenced sub-collections that supply products to this source.
- Anchor to descriptiondescription•String
An optional description of the source.
- •ID!non-null
The unique identifier for this source.
- Anchor to titletitle•String!non-null
The title of the source.
Was this section helpful?