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