Skip to main content
Version: Canary 🚧

ChannelReorderWarehouses

Reorder the warehouses of a channel.

Added in Saleor 3.7
Requires MANAGE_CHANNELSpermission.
type ChannelReorderWarehouses {
channel: Channel
errors: [ChannelError!]!
}

Fields

ChannelReorderWarehouses.channel ● Channel object

Channel within the warehouses are reordered.

ChannelReorderWarehouses.errors ● [ChannelError!]! non-null object

Returned by

channelReorderWarehouses mutation


Was this page helpful?