---
title: "🔒 Update multiple sales prices V3"
method: PATCH
path: "/api/v3/salesPrices"
tags: ["SalesPrice"]
---

# 🔒 Update multiple sales prices V3

`PATCH /api/v3/salesPrices`

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: `salesPrice:update`.

Update multiple sales prices.

## Request body

- object[] — SalesPrice update multiple data
  - `id` string — SalesPrice ID
  - `product` object — Product
    - `id` string — Product ID
  - `customer` object — Customer
    - `id` string — Customer ID
  - `customerGroup` object — Customer group
    - `id` string — Customer group ID
  - `price` object — Money
    - `amount` union
      - string
      - number
    - `currency` string — Currency
  - `quantity` number, float — from quantity
  - `packageAmount` unknown
  - `customerProductNumber` string — Customer product number
  - `isNotCalculatedFromExchangeTable` boolean — Whether is calculated from exchange table
  - `hideInBulkPriceListing` boolean — Whether to hide from bulk price listing
  - `remark` string — Remark
  - `validFrom` string, date — Valid from date
  - `expiresAt` string, date — Expires at date

## Response `204`

No Content

## Other responses

- `400` — Failed validation
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
