---
title: "Get Product Price"
method: GET
path: "/product/getproductprice"
tags: ["Product API"]
---

# Get Product Price

`GET /product/getproductprice`

Retrieves real-time price information for a specific product. You can also retrieve up-to-date price information for currencies that you have not set in the Cleverbridge platform. This allows you to compare the prices in the Cleverbridge cart with those on your website. These prices are updated daily, based on the current exchange rate. As a result, you can use this resource to sync pricing information between your system and the Cleverbridge platform on a daily basis.<br />For XML examples and schemas, see the [Additional Examples - Get Product Price](https://dev.cleverbridge.com/page/additional-examples-get-product-price).

## Query parameters

- `currencyIds` string, required
- `productIds` string, required

## Headers

- `Accept` 'application/json' | 'application/xml'

## Response `200`

OK

- CleverbridgeBackEndRestApiProductClassesGetProductPriceResponse
  - `Products` CleverbridgeBackEndRestApiProductClassesProduct[] — List of products.
    - `Id` integer — ID of the product.
    - `ProductPrices` CleverbridgeBackEndRestApiProductClassesProductPrice[] — List of prices.
      - `CurrencyId` string — Currency code in capital letters, see [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
      - `Quantity` integer — Quantity when scale pricing is defined.
      - `SinglePriceGross` number, double — Price for one unit of a product, including taxes.
      - `SinglePriceNet` number, double — Price for one unit of a product, not including taxes.
      - `SinglePriceVat` number, double — Taxes for one unit of a product.
      - `TotalPriceGross` number, double — Price for all units of a product, including taxes.
      - `TotalPriceNet` number, double — Price for all units of a product, not including taxes.
      - `TotalPriceVat` number, double — Taxes for all units of a product.
  - `ResultMessage` string — Optional result or error message.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/cleverbridge/apis/backend-rest-apis.md) · [All operations](https://skmtc.net/cleverbridge/apis/backend-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverbridge/backend-rest-apis/revisions/b7007b62f4c0/schema)
