ProductChannelListingUpdateInput Input Type
No description
input ProductChannelListingUpdateInput {
updateChannels: [ProductChannelListingAddInput!]
removeChannels: [ID!]
}
Fields
updateChannels ● [ProductChannelListingAddInput!]
List of channels to which the product should be assigned or updated.
removeChannels ● [ID!]
List of channels from which the product should be unassigned.
Member Of
productChannelListingUpdate mutation