---
title: "Show product prices in the company's desired currency"
method: GET
path: "/v1/companies/{company_id}/product-prices"
tags: ["Pricing Plans"]
---

# Show product prices in the company's desired currency

`GET /v1/companies/{company_id}/product-prices`

list product prices in the company's desired currency.
the endpoint currently only returns the product prices for the EOR monthly product and the contractor products (Standard, Plus and COR).
the product prices are then used to create a pricing plan for the company.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage companies (`company_management`) | View pricing plans (`pricing_plan:read`) | Manage pricing plans (`pricing_plan:write`) |

## Path parameters

- `company_id` string, uuid, required — Identifier of the employment being terminated.

## Response `200`

Success

- ListProductPricesResponse
  - `data` object, required
    - `product_prices` ProductPrice[], required
      - `base_price` Price, required — A monetary amount with its currency, used for pricing plan costs.
        - `amount` integer, required — Amount in cents
        - `currency` CurrencyDefinition, required — Currency object without a UUID identifier
          - `code` string, required
          - `name` string, required
          - `symbol` string, required
      - `id` string, uuid, required — The product price id
      - `name` string, required — The product price name

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/remote-com/apis/remote.md) · [All operations](https://skmtc.net/remote-com/apis/remote/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/remote-com/remote/revisions/7e6a0c61ac82/schema)
