---
title: "Retrieve a product rate plan definition"
method: GET
path: "/v1/product-rateplan-definitions/{product-rateplan-definition-key}"
tags: ["Product Rate Plan Definitions"]
---

# Retrieve a product rate plan definition

`GET /v1/product-rateplan-definitions/{product-rateplan-definition-key}`

Retrieves basic information about a product rate plan definition.

**Note**: This operation requires the [Attribute-based Pricing](https://docs.zuora.com?resourceId=billing-attribute-based-pricing) feature to be enabled, which is in the **Early Adopter** phase.

## Path parameters

- `product-rateplan-definition-key` string, required

## Headers

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

## Response `200`

OK

- GETProductRatePlanDefinitionResponse
  - `id` string — The unique ID of the product rate plan definition.
  - `productRatePlanChargeId` string — The unique ID of the product charge in this rate plan definition.
  - `productRatePlanChargeName` string — Th name of the product charge in this rate plan definition.
  - `productRatePlanChargeNumber` string, nullable — The unique number (natural key) of the product charge in this rate plan definition.
  - `productRatePlanId` string — The unique ID of the product rate plan that uses this rate plan definition.
  - `productRatePlanName` string — Th name of the product rate plan that uses this rate plan definition.
  - `productRatePlanNumber` string — The unique number (natural key) of the product rate plan that uses this rate plan definition.
  - `success` boolean — Indicates whether the request succeeded.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

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