update_subscription
Modify subscription details like billing, payment methods, addresses, and effective dates to manage recurring billing for e-commerce platforms.
Instructions
Update a subscription. PUT /subscriptions/{subscriptionId}. Optional: name, companyCurrencyId, companyGatewayId, customerPaymentMethodId, detail, effectiveStartDate, billingAddressId, shippingAddressId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Subscription ID (required) | |
| name | No | Subscription name | |
| companyCurrencyId | No | Company currency ID | |
| companyGatewayId | No | Company gateway ID | |
| customerPaymentMethodId | No | Customer payment method ID | |
| detail | No | Detail | |
| effectiveStartDate | No | Effective start date | |
| billingAddressId | No | Billing address ID | |
| shippingAddressId | No | Shipping address ID |