---
title: "Processes a batch of Products."
method: PUT
path: "/v1/products/batch"
tags: ["Products"]
---

# Processes a batch of Products.

`PUT /v1/products/batch`

## Request body

- BatchItemProductDto[]
  - `opCode` 1 | 2 | 3 — 1 - Create 2 - Update 3 - Delete
  - `item` ProductDto
    - `id` integer
    - `unitPrice` number, double
    - `stockCode` string
    - `grossUnitPrice` boolean
    - `hasDefaultVatRate` boolean
    - `vatRateId` integer
    - `timestamp` string, byte
    - `details` string[]
    - `vatAnalysisTypeId` integer
    - `productTypeId` integer

## Response `200`

OK

- object

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/versions/1324a5ec638a/schema)
