---
title: "Put 3Pl Brand Ship Option Groups"
method: PUT
path: "/3pl/brands/{brand_id}/ship-option-groups"
---

# Put 3Pl Brand Ship Option Groups

`PUT /3pl/brands/{brand_id}/ship-option-groups`

## Path parameters

- `brand_id` integer, required

## Request body

- ShipOptionGroupsUpdatePayload
  - `groups` ShipOptionGroupPayload[], required
    - `group_id` string, nullable
    - `display_name` string, required
    - `operator` 'cheapest' | 'fastest'
    - `destination_scope` 'domestic' | 'international'
    - `shipping_method_ids` integer[], required

## Response `200`

Successful Response

- ShipOptionGroupsResponse
  - `groups` ShipOptionGroupResponse[], required
    - `group_id` string, required
    - `display_name` string, required
    - `operator` 'cheapest' | 'fastest'
    - `destination_scope` 'domestic' | 'international'
    - `shipping_method_ids` integer[], required
  - `methods` ShipOptionGroupMethod[], required
    - `id` integer, required
    - `external_code` string, required
    - `display_name` string, required
    - `international` string, required
    - `enabled` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/datesnrates/apis/fastapi.md) · [All operations](https://skmtc.net/datesnrates/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datesnrates/fastapi/revisions/43f2d92fc888/schema)
