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