Skip to main content

BulkApplyRoutingStrategyInput

Autogenerated input type of BulkApplyRoutingStrategy

input BulkApplyRoutingStrategyInput {
clientMutationId: String
orderIds: [ID!]!
routingStrategyId: ID!
}

Fields

BulkApplyRoutingStrategyInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

BulkApplyRoutingStrategyInput.orderIds ● [ID!]! non-null scalar common

The IDs of the orders to apply the routing strategy to.

BulkApplyRoutingStrategyInput.routingStrategyId ● ID! non-null scalar common

The ID of the routing strategy to apply to each order.

Member Of

bulkApplyRoutingStrategy mutation