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