Skip to main content

PublishableChannelListingInput Input Type

No description

input PublishableChannelListingInput {
channelId: ID!
isPublished: Boolean
publicationDate: Date @deprecated
publishedAt: DateTime
}

Fields

channelId ● ID!

ID of a channel.

isPublished ● Boolean

Determines if object is visible to customers.

publishedAt ● DateTime

Publication date time. ISO 8601 standard.

Show deprecated

Member Of

CollectionChannelListingUpdateInput input