Skip to main content
Version: 3.x

ProductChannelListingUpdateInput

No description

input ProductChannelListingUpdateInput {
updateChannels: [ProductChannelListingAddInput!]
removeChannels: [ID!]
}

Fields

ProductChannelListingUpdateInput.updateChannels ● [ProductChannelListingAddInput!] list input

List of channels to which the product should be assigned or updated.

ProductChannelListingUpdateInput.removeChannels ● [ID!] list scalar

List of channels from which the product should be unassigned.

Member of

productChannelListingUpdate mutation


Was this page helpful?