---
title: "Update Transactions in Bulk"
method: PUT
path: "/transactions/bulk"
---

# Update Transactions in Bulk

`PUT /transactions/bulk`

API to update transactions in bulk.

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- object
  - `response` object[]
    - `result` object
      - `id` integer
      - `customFields` object
        - `feedback` string
        - `store_experience` string
      - `extendedFields` object
        - `ship_first_name` string
        - `ship_last_name` string
      - `identifierType` string
      - `identifierValue` string
      - `source` string
      - `lineItems` object[]
        - `itemCode` string
        - `extendedFields` object
          - `GrossWeight` number
          - `MetalRate` integer
    - `errors` unknown[]
      - unknown
    - `warnings` unknown[]
      - unknown
  - `totalCount` integer
  - `failureCount` integer

## Other responses

- `400` — 400

---

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