ChannelDelete
Delete a channel. Orders associated with the deleted channel will be moved to the target channel. Checkouts, product availability, and pricing will be removed.
type ChannelDelete {
channelErrors: [ChannelError!]! @deprecated
errors: [ChannelError!]!
channel: Channel
}
Fields
ChannelDelete.channelErrors
● [ChannelError!]!
deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ChannelDelete.errors
● [ChannelError!]!
non-null object
ChannelDelete.channel
● Channel
object
Returned by
channelDelete
mutation
Was this page helpful?