Skip to main content

channelReorderWarehouses Mutation

Reorder the warehouses of a channel.

Requires the MANAGE_CHANNELSpermission.
channelReorderWarehouses(
channelId: ID!
moves: [ReorderInput!]!
): ChannelReorderWarehouses
Details
type ChannelReorderWarehouses {
channel: Channel
errors: [ChannelError!]!
}

Arguments​

channelId ● ID!​

ID of a channel.

moves ● [ReorderInput!]!​

The list of reordering operations for the given channel warehouses.

Type​

ChannelReorderWarehouses​

Reorder the warehouses of a channel.

Requires the MANAGE_CHANNELSpermission.