Skip to main content

collectionChannelListingUpdate Mutation

Manage collection's availability in channels.

Requires the MANAGE_PRODUCTSpermission.
collectionChannelListingUpdate(
id: ID!
input: CollectionChannelListingUpdateInput!
): CollectionChannelListingUpdate
Details
type CollectionChannelListingUpdate {
collection: Collection
collectionChannelListingErrors: [CollectionChannelListingError!]! @deprecated
errors: [CollectionChannelListingError!]!
}

Arguments

id ● ID!

ID of a collection to update.

input ● CollectionChannelListingUpdateInput!

Fields required to create or update collection channel listings.

Type

CollectionChannelListingUpdate

Manage collection's availability in channels.

Requires the MANAGE_PRODUCTSpermission.