Returns the set of all applicable addon-item prices for a specific plan-item price. This set consists of all the addon-item prices that can be applied to a subscription having the plan-item price. When determining this set, Chargebee considers the following:
- the
item_applicabilityandapplicable_itemsdefined for the parent item of the plan-item price - the compatibility of the addon-item prices to the plan-item price
Note
If an addon-item price has differential pricing defined against the parent item of the plan-item price, then the pricing information in the addon-item price object returned, reflects the differential pricing.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
optional, string filter
Sorts based on the specified attribute. Supported attributes : name, id, updated_at
Supported sort-orders : asc, desc
Example → sort_by[asc] = "name"
This will sort the result based on the 'name' attribute in ascending(earliest first) order.
Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.