---
title: "Update Transaction (Beta)"
method: PUT
path: "/2023-10/bundle/transaction"
---

# Update Transaction (Beta)

`PUT /2023-10/bundle/transaction`

## Request body

- object
  - `transactionId` string — This is the transactionId / txnId that needs to be updated
  - `bundleId` string
  - `boxSizeId` string — id
  - `discountId` string — id
  - `sellingPlanShopifyId` string — Pass `null` to add bundle as a one-time purchase
  - `productVariants` object[]
    - `shopifyId` integer — shopifyId
    - `quantity` integer — total quantity of the varianty
  - `quantity` integer

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `transactionId` string
  - `code` string
  - `pageInfo` unknown

## 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)
