> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/products/llms.txt)
> Source: https://docs.saleor.io/api-reference/products/objects/collection-channel-listing

# CollectionChannelListing Object

Represents collection channel listing.

```graphql
type CollectionChannelListing implements Node {
  id: ID!
  publicationDate: Date @deprecated
  publishedAt: DateTime
  isPublished: Boolean!
  channel: Channel!
}
```

<a id="fields"></a>

### Fields

<a id="id"></a>

#### [`id`](#id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of the collection channel listing.

<a id="published-at"></a>

#### [`publishedAt`](#published-at) ● [`DateTime`](/api-reference/miscellaneous/scalars/date-time.md)

The collection publication date.

<a id="is-published"></a>

#### [`isPublished`](#is-published) ● [`Boolean!`](/api-reference/miscellaneous/scalars/boolean.md)

Indicates if the collection is published in the channel.

<a id="channel"></a>

#### [`channel`](#channel) ● [`Channel!`](/api-reference/channels/objects/channel.md)

The channel to which the collection belongs.

Show deprecatedHide deprecated

<a id="publication-date"></a>

#### [`publicationDate`](#publication-date) ● [`Date`](/api-reference/miscellaneous/scalars/date.md)

DEPRECATED

Use the `publishedAt` field to fetch the publication date.

<a id="interfaces"></a>

### Interfaces

<a id="node"></a>

#### [`Node`](/api-reference/miscellaneous/interfaces/node.md)

An object with an ID

<a id="member-of"></a>

### Member Of

[`Collection`](/api-reference/products/objects/collection.md) object
