ProductVariantChannelListingUpdateInput Input Type
No description
input ProductVariantChannelListingUpdateInput {
create: [ProductVariantChannelListingAddInput!]
update: [ChannelListingUpdateInput!]
remove: [ID!]
}
Fields
create ● [ProductVariantChannelListingAddInput!]
List of channels to create variant channel listings.
update ● [ChannelListingUpdateInput!]
List of channel listings to update.
remove ● [ID!]
List of channel listings to remove.