get_customer_subscriptions
Retrieve a customer's subscription list with details like rate plans and charges. Supports pagination for managing large datasets in subscription billing workflows.
Instructions
List subscriptions for a customer. GET /customers/{customerId}/subscriptions. Supports pagination and include (e.g. rateplan, rateplanCharge).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID (required) | |
| pageNo | No | Page number (default: 1) | |
| itemPerPage | No | Items per page (default: 25) | |
| include | No | Comma-separated: rateplan, rateplanCharge, chargeTier, etc. |