Skip to main content

routingStrategies

Get a filtered list of routing strategies for the current company.

Filters

  • quickSearch: Case-insensitive partial match on the name.
  • fulfillmentStrategy: One or more routing algorithms.
  • createdAt / updatedAt: Date ranges.
  • includeArchived: Include archived strategies. Defaults to false.

Permissions Required

  • orders:read_routing_strategies permission
routingStrategies(
after: String
before: String
filters: RoutingStrategyFilterInput
first: Int
last: Int
): RoutingStrategyConnection

Arguments

routingStrategies.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

routingStrategies.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

routingStrategies.filters ● RoutingStrategyFilterInput input orders

Filtering options for routing strategies.

routingStrategies.first ● Int scalar common

Returns the first _n_ elements from the list.

routingStrategies.last ● Int scalar common

Returns the last _n_ elements from the list.

Type

RoutingStrategyConnection object common

The connection type for RoutingStrategy.