---
title: "Update subscription bundle details"
method: POST
path: "/2023-10/bundle/transaction/update"
---

# Update subscription bundle details

`POST /2023-10/bundle/transaction/update`

## Request body

- object
  - `id` string — Loop's transactionId used to retrieve the details of specific bundle
  - `items` object[] — Array of all the `productVariantId` and their `quantity` part of the updated bundle content
    - `productVariantShopifyId` integer — Shopify ID of the product variant added in the bundle
    - `quantity` integer — Quantity of the product variant present in the bundle
  - `discountId` string — Loop's discountId for the discount eligible based on the updated bundle content
  - `boxSizeId` string — Loop's boxSizeId based on the updated bundle content

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
