Skip to main content

ProductVariantChannelListingUpdateInput

No description

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

Fields

ProductVariantChannelListingUpdateInput.create ● [ProductVariantChannelListingAddInput!] list input products

List of channels to create variant channel listings.

ProductVariantChannelListingUpdateInput.update ● [ChannelListingUpdateInput!] list input products

List of channel listings to update.

ProductVariantChannelListingUpdateInput.remove ● [ID!] list scalar miscellaneous

List of channel listings to remove.

Member Of

ProductVariantBulkUpdateInput input