update_subscription_contract_product
Update a subscription contract line's product or price by providing contract ID and line ID, with optional new variant or current price.
Instructions
Change a product or product price in a subscription contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineId | Yes | Subscription Line ID to update | |
| currentPrice | No | New current price (optional) | |
| productVariantId | No | New product variant ID (optional) | |
| subscriptionContractId | Yes | Subscription Contract ID |