List subscription price points
list-subscription-price-pointsList available price points for a subscription and retrieve the price point ID needed to create a subscription price.
Instructions
List available price points for a subscription. Use the returned price point id as subscriptionPricePointId in create-subscription-price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of price points to return (default 50, max 200) | |
| subscriptionId | Yes | Subscription ID (from create-subscription or list-subscription-group-subscriptions) | |
| filter.territory | No | Filter by territory ID(s), e.g. USA. Omit to return price points for all territories. |