Returns the set of all applicable addon-items
for a specific plan-item price
. This set consists of all addon-items whose item prices can be applied to a subscription having the plan-item price in it. When determining this set, Chargebee considers the item_applicability
and applicable_items
defined for the parent item of the plan-item price.
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.