ChannelReorderWarehouses Object
Reorder the warehouses of a channel.
type ChannelReorderWarehouses {
channel: Channel
errors: [ChannelError!]!
}
Fields
ChannelReorderWarehouses.channel
● Channel
object channels
Channel within the warehouses are reordered.
ChannelReorderWarehouses.errors
● [ChannelError!]!
non-null object channels
Returned By
channelReorderWarehouses
mutation