channelReorderWarehouses Mutation
Reorder the warehouses of a channel.
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.