bulkApplyRoutingStrategy
Applies a routing strategy to multiple orders, creating their fulfillments.
Runs asynchronously. Only orders with zero active fulfillments are routed;
orders that already have fulfillments, or that are canceled or unconfirmed,
are skipped and reported via the returned process_id.
Permissions Required
orders:apply_routing_strategypermission
bulkApplyRoutingStrategy(
input: BulkApplyRoutingStrategyInput!
): AsynchronousActionResponse!
Arguments
bulkApplyRoutingStrategy.input ● BulkApplyRoutingStrategyInput! non-null input common
Parameters for BulkApplyRoutingStrategy
Type
AsynchronousActionResponse object common
Asynchronous action response type