ChannelReorderWarehouses
Reorder the warehouses of a channel.
Added in Saleor 3.7type 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