You can modify default plan product pricing by using the subscription product price override endpoint or you can modify the subscription product using a PUT request and including a subscriptionProductPriceOverride
object in that request.
The new pricing will be in affect for the duration of the subscription or until the override changes or is removed completely (restoring the default plan product pricing and pricing model)
Subscription Product Price Override Object Fields
Property | Type | Description |
---|---|---|
chargeAmount | Decimal | The amount of the topmost price range. |
priceRanges | List of objects. Defined below | A list of quantity ranges to determine pricing. |
pricingModelType | Enum: {Standard, Stairstep, Volume, or Tiered} | Dictates how the price is calculated using the quantity. |
id | Integer | The Fusebill generated ID that uniquely identifies the subscription product the override applies to [Read Only] |
Price Ranges Fields
Property | Type | Description |
---|---|---|
min | Decimal | The lower bound of the range |
max | Decimal | The upper bound of the range. Null is interpreted as infinity |
price | Decimal | The price for this range |