Docs
You are viewing:
Product Catalog 2.0
This article guides you through exporting quotes for a specific period in Chargebee using the API, as there is no direct option available through the user interface. By leveraging the "List all quotes" API with the date[between] parameter, you can filter and retrieve quotes within a defined date range. The API will return a JSON response containing all quotes generated during that time, which can then be converted into a CSV file using tools like Postman or other data conversion platforms.
If you need to export quotes from Chargebee for a specific timeframe, the platform currently does not offer a direct option through the UI. However, this can be achieved easily using Chargebee's API.
API Request Format:
Use the following GET request URL format to retrieve quotes within a specific date range: bash
https://testaccount14-test.chargebee.com/api/v2/quotes?date[between]=[1733027838,1733827038]
By following these steps, you can efficiently export quotes from Chargebee for any specific period using the API.
Was this article helpful?