Skip to main content

CollectionChannelListingUpdate Object

Manage collection's availability in channels.

Requires the MANAGE_PRODUCTSpermission.
type CollectionChannelListingUpdate {
collection: Collection
collectionChannelListingErrors: [CollectionChannelListingError!]! @deprecated
errors: [CollectionChannelListingError!]!
}

Fields​

collection ● Collection​

An updated collection instance.

errors ● [CollectionChannelListingError!]!​

Show deprecatedHide deprecated

Returned By​

collectionChannelListingUpdate mutation