UpdateRoutingStrategyInput
Autogenerated input type of UpdateRoutingStrategy
input UpdateRoutingStrategyInput {
buildings: [RoutingBuildingInput!]
clientMutationId: String
description: String
fulfillmentStrategy: FulfillmentStrategyEnum
id: ID!
maxFulfillments: Int
name: String
}
Fields
UpdateRoutingStrategyInput.buildings ● [RoutingBuildingInput!] list input orders
Replaces the building set this strategy routes over.
UpdateRoutingStrategyInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateRoutingStrategyInput.description ● String scalar common
A new description for the routing strategy.
UpdateRoutingStrategyInput.fulfillmentStrategy ● FulfillmentStrategyEnum enum orders
A new algorithm for choosing buildings and splitting the order.
UpdateRoutingStrategyInput.id ● ID! non-null scalar common
The ID of the routing strategy to update.
UpdateRoutingStrategyInput.maxFulfillments ● Int scalar common
A new maximum number of fulfillments per order.
UpdateRoutingStrategyInput.name ● String scalar common
A new name for the routing strategy.
Member Of
updateRoutingStrategy mutation