Skip to main content

channelReorderWarehouses Mutation

Reorder the warehouses of a channel.

Requires the MANAGE_CHANNELSpermission.
channelReorderWarehouses(
channelId: ID!
moves: [ReorderInput!]!
): ChannelReorderWarehouses
Show return type

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.