sherweb_subscriptions_list
List a customer's subscriptions and retrieve product, quantity, status, and billing cycle details. Use pagination to manage large accounts.
Instructions
List subscriptions for a customer. Returns subscription details including product, quantity, status, and billing cycle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| pageSize | No | Number of items per page (default: 50) | |
| customerId | Yes | The customer ID to list subscriptions for (required) |