---
title: "CRUD: Retrieve a product rate plan charge tier"
method: GET
path: "/v1/object/product-rate-plan-charge-tier/{id}"
tags: ["Product Rate Plan Charge Tiers"]
---

# CRUD: Retrieve a product rate plan charge tier

`GET /v1/object/product-rate-plan-charge-tier/{id}`

Retrieves a specific product rate plan charge tier.

## Path parameters

- `id` string, required

## Query parameters

- `fields` string

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string
- `Zuora-Version` string

## Response `200`

OK

- ProxyGetProductRatePlanChargeTier
  - `CreatedById` string — The ID of the Zuora user who created the ProductRatePlanChargeTier object.
  - `CreatedDate` string, date-time — The date when the ProductRatePlanChargeTier object was created.
  - `Currency` string — The valid code corresponding to the currency for the tier's price.
  - `EndingUnit` number, double — The end number of a range of units for the tier. **Character limit**: 16 **Values**: any positive decimal value
  - `Id` string — Object identifier.
  - `Price` number, double — The price of the tier if the charge is a flat fee, or the price of each unit in the tier if the charge model is tiered pricing. **Character limit**: 16 **Values**: a valid currency value
  - `PriceFormat` string — Indicates if pricing is a flat fee or is per unit. This field is for tiered and volume pricing models only. **Values**: `FlatFee`, `PerUnit` **Note:** The values `Flat Fee` and `Per Unit` (with spaces) is valid for create or update calls.
  - `StartingUnit` number, double — The starting number of a range of units for the tier. **Character limit**: 16 **Values**: any positive decimal value
  - `Tier` integer — A unique number that identifies the tier that the price applies to. **Character limit**: 20 **Values**: automatically generated
  - `UpdatedById` string — The ID of the user who last updated the product rate plan charge tier.
  - `UpdatedDate` string, date-time — The date when the product rate plan charge tier was last updated.

## Other responses

- `401` — Unauthorized
- `404`

---

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