---
title: "🔒 View sales price V3"
method: GET
path: "/api/v3/salesPrices/{id}"
tags: ["SalesPrice"]
---

# 🔒 View sales price V3

`GET /api/v3/salesPrices/{id}`

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:read`.

View a sales price.

## Path parameters

- `id` string, required

## Response `200`

View a sales price.

- object
  - `data` object — SalesPrice view
    - `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
    - `amount` number, float — Amount
    - `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

## Other responses

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