update_subscription_rate_plan
Modify subscription rate plan details like name, type, or effective date to adjust billing terms and pricing for e-commerce merchants.
Instructions
Update a rate plan on a subscription. PUT /subscriptions/{subscriptionId}/rateplans/{ratePlanId}. Optional: name, type (contract|ongoing|prepaid), effectiveStartDate, changeStatusBasedOnCharge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Subscription ID (required) | |
| ratePlanId | Yes | Subscription rate plan ID (required) | |
| name | No | Name | |
| type | No | contract, ongoing, or prepaid | |
| effectiveStartDate | No | YYYY-MM-DD | |
| changeStatusBasedOnCharge | No | Change status based on charge |