Skip to main content
Version: 3.x

ProductVariantChannelListingUpdateInput

No description

input ProductVariantChannelListingUpdateInput {
create: [ProductVariantChannelListingAddInput!]
update: [ChannelListingUpdateInput!]
remove: [ID!]
}

Fields

ProductVariantChannelListingUpdateInput.create ● [ProductVariantChannelListingAddInput!] list input

List of channels to create variant channel listings.

ProductVariantChannelListingUpdateInput.update ● [ChannelListingUpdateInput!] list input

List of channel listings to update.

ProductVariantChannelListingUpdateInput.remove ● [ID!] list scalar

List of channel listings to remove.

Member of

ProductVariantBulkUpdateInput input


Was this page helpful?