Zuora · Capability

API Reference — Product Rate Plan Charge Tiers

API Reference — Product Rate Plan Charge Tiers. 2 operations. Lead operation: CRUD: Retrieve a product rate plan charge tier. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraProduct Rate Plan Charge Tiers

What You Can Do

GET
Objectgetproductrateplanchargetier — CRUD: Retrieve a product rate plan charge tier
/v1/v1/object/product-rate-plan-charge-tier/{id}
PUT
Objectputproductrateplanchargetier — CRUD: Update a product rate plan charge tier
/v1/v1/object/product-rate-plan-charge-tier/{id}

MCP Tools

crud-retrieve-product-rate-plan

CRUD: Retrieve a product rate plan charge tier

read-only idempotent
crud-update-product-rate-plan

CRUD: Update a product rate plan charge tier

idempotent

Capability Spec

v1-product-rate-plan-charge-tiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Product Rate Plan Charge Tiers
  description: 'API Reference — Product Rate Plan Charge Tiers. 2 operations. Lead operation: CRUD: Retrieve a product rate
    plan charge tier. Self-contained Naftiko capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Product Rate Plan Charge Tiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZUORA_API_KEY: ZUORA_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-product-rate-plan-charge-tiers
    baseUri: https://rest.zuora.com
    description: API Reference — Product Rate Plan Charge Tiers business capability. Self-contained, no shared references.
    resources:
    - name: v1-object-product-rate-plan-charge-tier-id
      path: /v1/object/product-rate-plan-charge-tier/{id}
      operations:
      - name: objectgetproductrateplanchargetier
        method: GET
        description: 'CRUD: Retrieve a product rate plan charge tier'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Object fields to return
        - name: id
          in: path
          type: string
          description: Object id
          required: true
      - name: objectputproductrateplanchargetier
        method: PUT
        description: 'CRUD: Update a product rate plan charge tier'
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ModifyRequest
          in: body
          type: string
          required: true
        - name: id
          in: path
          type: string
          description: The unique ID of the product rate plan charge tier to be updated. For example, 2c92c0f86c85891e016c88d55a6e543b.
          required: true
  exposes:
  - type: rest
    namespace: v1-product-rate-plan-charge-tiers-rest
    port: 8080
    description: REST adapter for API Reference — Product Rate Plan Charge Tiers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/object/product-rate-plan-charge-tier/{id}
      name: v1-object-product-rate-plan-charge-tier-id
      description: REST surface for v1-object-product-rate-plan-charge-tier-id.
      operations:
      - method: GET
        name: objectgetproductrateplanchargetier
        description: 'CRUD: Retrieve a product rate plan charge tier'
        call: v1-product-rate-plan-charge-tiers.objectgetproductrateplanchargetier
        with:
          fields: rest.fields
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: objectputproductrateplanchargetier
        description: 'CRUD: Update a product rate plan charge tier'
        call: v1-product-rate-plan-charge-tiers.objectputproductrateplanchargetier
        with:
          ModifyRequest: rest.ModifyRequest
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-product-rate-plan-charge-tiers-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Product Rate Plan Charge Tiers. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: crud-retrieve-product-rate-plan
      description: 'CRUD: Retrieve a product rate plan charge tier'
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-product-rate-plan-charge-tiers.objectgetproductrateplanchargetier
      with:
        fields: tools.fields
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: crud-update-product-rate-plan
      description: 'CRUD: Update a product rate plan charge tier'
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: v1-product-rate-plan-charge-tiers.objectputproductrateplanchargetier
      with:
        ModifyRequest: tools.ModifyRequest
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.