---
title: "Get price by SKU ID"
method: GET
path: "/pricing/prices/{itemId}"
tags: ["Prices and Fixed Prices"]
---

# Get price by SKU ID

`GET /pricing/prices/{itemId}`

Retrieves price data given a specific SKU ID. Within the `fixedPrices` object, there might be a list of prices for specific Trade Policies and Minimium Quantities of the SKU. Fixed Prices may also be scheduled.



## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| --------------- | ----------------- | ----------------- |
| Pricing | Price List | **Read prices** |

There are no applicable [predefined roles](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy) for this resource list. You must [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) and add at least one of the resources above in order to use this endpoint. To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

>❗ To prevent integrations from having excessive permissions, consider the [best practices for managing API keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm) when assigning License Manager roles to integrations.

## Path parameters

- `itemId` integer, required

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

OK

- Getprice — Price request body information.
  - `itemId` string, required — SKU ID.
  - `listPrice` integer, required — Suggested retail price for the SKU.
  - `costPrice` integer, required — SKU's cost price.
  - `markup` integer, required — Desired profit margin with the SKU's sale.
  - `basePrice` integer, required — SKU's reference price.
  - `fixedPrices` FixedPrice[], required — The fixed price is a price that overlaps all other existing price configurations of a price table.
    - `tradePolicyId` string, required — Trade Policy ID.
    - `value` number, required — Trade Policy Fixed Price Value.
    - `listPrice` number, nullable, required — Trade Policy List Price Value.
    - `minQuantity` integer, required — Trade Policy Fixed Price Minimum Item Quantity.
    - `dateRange` DateRange — Trade Policy Fixed Price Validity Period Object.
      - `from` string, required — Indicates the date and time when the fixed price will start to be valid.
      - `to` string, required — Indicates the date and time from which the fixed price will no longer be valid.

## Changes

- **2023-02-17** `49631b235d69` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vtex/apis/pricing-api/changes/pricing/prices/:itemId/get.md)

---

[API](https://skmtc.dev/vtex/apis/pricing-api.md) · [All operations](https://skmtc.dev/vtex/apis/pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vtex/pricing-api/revisions/7757b5647fed/schema)
