ChannelDeleteInput Input Type
No description
input ChannelDeleteInput {
channelId: ID!
}
Fields
ChannelDeleteInput.channelId
● ID!
non-null scalar miscellaneous
ID of a channel to migrate orders from the origin channel. Target channel has to have the same currency as the origin.
Member Of
channelDelete
mutation