---
title: "Update a bundle price option"
method: PATCH
path: "/v3/bundles/{bundle_id}/bundle-price-options/{id}"
tags: ["Business Bundles"]
---

# Update a bundle price option

`PATCH /v3/bundles/{bundle_id}/bundle-price-options/{id}`

Requires the `bundle:update` scope. Updates an existing bundle price option associated with a specific bundle using the provided data.

## Request body

- BundlePriceOptionRequest
  - `name` string, required — Name
  - `price` number, float, required — Price (including tax)
  - `slug` string — Slug

## Response `200`

Bundle Price Option updated successfully

- BundlePriceOption
  - `bundle_id` integer — Bundle ID
  - `id` integer — Bundle Price Option ID
  - `name` string — Name
  - `price` number, float — Price (including tax)
  - `price_bt` number, float — Price before tax
  - `slug` string — Slug
  - `stores` object[] — List of stores where the bundle price option is available
    - `custom_domain` object
      - `full_url` string, uri — Full URL
      - `id` integer — Custom Domain ID
      - `is_verified` boolean — Is Verified
    - `id` integer — Store ID
    - `name` string — Store name
  - `unique_id` string — Bundle Price Option Unique ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/730030bd6477/schema)
