---
title: "List product rate plan definitions"
method: GET
path: "/v1/product-rateplan-definitions"
tags: ["Product Rate Plan Definitions"]
---

# List product rate plan definitions

`GET /v1/product-rateplan-definitions`

Retrieves basic information about the product rate plan definitions for a product rate plan. 

**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.

## Query parameters

- `charge` string
- `rateplan` string

## Headers

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

## Response `200`

OK

- GETProductRatePlanDefinitionsResponse
  - `productRatePlanDefinitions` object[] — The list of the product rate plan definitions that are retrieved.
    - `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 — 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)
