ShippingMethodChannelListingInput Input Type
No description
input ShippingMethodChannelListingInput {
addChannels: [ShippingMethodChannelListingAddInput!]
removeChannels: [ID!]
}
Fields
addChannels ● [ShippingMethodChannelListingAddInput!]
List of channels to which the shipping method should be assigned.
removeChannels ● [ID!]
List of channels from which the shipping method should be unassigned.
Member Of
shippingMethodChannelListingUpdate mutation