---
title: "View sales price"
method: GET
path: "/api/v1/salesPrices/{id}"
tags: ["Sales Price"]
---

# View sales price

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

Returns details of a single sales price

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object
    - `id` string — Resource identifier.
    - `product` object — Reference to another resource
      - `id` string, required — Resource identifier.
    - `validFrom` string, date, nullable — Shows the starting date of the sales price being valid.
    - `expiresAt` string, date, nullable — Shows the expiration date of the sales price.
    - `amount` number, float — Amount of the product required for the sales price.
    - `packageAmount` number, float, nullable
    - `customer` object, nullable — Nullable reference to another resource
      - `id` string, required — Resource identifier.
    - `customerGroup` object, nullable — Nullable reference to another resource
      - `id` string, required — Resource identifier.
    - `price` object — Price object with amount, amount gross, currency and tax rate
      - `amount` string, float
      - `amountGross` string, float, nullable
      - `currency` 'EUR' | 'PLN' | 'CHF' | 'USD' | 'GBP' — Currency matches one of currency values as specified in ISO-4217.
      - `taxRate` object, nullable
        - `rate` string, float
        - `type` string
        - `source` string
    - `customerProductNumber` string, nullable — Customer product number for the item.
    - `isNotCalculatedFromExchangeTable` boolean — Flag to indicate that this price is not calculated from the currency conversion table.
    - `hideInBulkPriceListing` boolean — Flag to indicate that this price should be hidden in bulk price listings.
    - `remark` string — Internal comment for the sales price.
  - `extra` object
    - `totalCount` integer, required — the total count of all items
    - `page` object, required — The pagination object containing the current page number and size
      - `number` integer, required — The current page number
      - `size` integer, required — The size of the pages

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — IETF RFC 9457 Problem API compliant response
- `404` — Resource was not found or not enough access privileges
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

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