Important
For sites where both legacy and latest product catalog versions are active, GET API requests return responses in a compat format by default. This format works with both latest and legacy Product Catalog.
Override options:
chargebee-response-schema-type: items→ Return response in latest product catalog format only.chargebee-response-schema-type: plans_addons→ Return response in legacy product catalog format only.
List all quotes.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, string filter
To filter based on subscription_id. NOTE: Not to be used if consolidated invoicing feature is enabled. Supported operators : is, is_not, starts_with, is_present, in, not_in
Example → subscription_id[is] = "4gmiXbsjdm"
4gmiXbsjdmoptional, timestamp(UTC) in seconds filter
To filter based on updated at. This attribute will be present only if the resource has been updated after 2016-11-09. Supported operators : after, before, on, between
Example → updated_at[after] = "1243545465"
1243545465Returns
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.