---
title: "Update dispatch strategy"
method: PATCH
path: "/v1/options_group/{id}"
tags: ["Dispatch Strategies"]
---

# Update dispatch strategy

`PATCH /v1/options_group/{id}`

Update an existing dispatch strategy's provider selection rules, fallback logic, or quoting configuration. Only provided fields are updated.

## Path parameters

- `id` string, required

## Request body

- OptionsGroupInputMixin — Common schema for inputting a dispatch strategy.
  - `id` string, nullable
  - `label` string, required
  - `allowedProviders` string[], nullable
  - `enableAutoDispatch` boolean, nullable
  - `providerSelectionStrategy` 'lowest_price' | 'preferred_order', nullable
  - `reassignOnFailure` boolean, nullable
  - `enableMaxDeliveryFee` boolean, nullable
  - `maxDeliveryFeeCents` integer, nullable
  - `costSplitStrategy` 'none' | 'price' | 'percentage', nullable
  - `costSplitMaxPercentage` integer, nullable
  - `costSplitMaxFixedPriceCents` integer, nullable
  - `smartReassignment` boolean, nullable

## Response `200`

OK

- OptionsGroupInputMixin — Common schema for inputting a dispatch strategy.
  - `id` string, nullable
  - `label` string, required
  - `allowedProviders` string[], nullable
  - `enableAutoDispatch` boolean, nullable
  - `providerSelectionStrategy` 'lowest_price' | 'preferred_order', nullable
  - `reassignOnFailure` boolean, nullable
  - `enableMaxDeliveryFee` boolean, nullable
  - `maxDeliveryFeeCents` integer, nullable
  - `costSplitStrategy` 'none' | 'price' | 'percentage', nullable
  - `costSplitMaxPercentage` integer, nullable
  - `costSplitMaxFixedPriceCents` integer, nullable
  - `smartReassignment` boolean, nullable

## Other responses

- `422` — Unprocessable Content

---

[API](https://skmtc.net/usenash/apis/nash-api.md) · [All operations](https://skmtc.net/usenash/apis/nash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenash/nash-api/revisions/09a23a95889b/schema)
