简体   繁体   English

从 ChargeBee 提取订阅数据到谷歌电子表格

[英]Extracting subscription data from ChargeBee to google spreadsheet

How to use API to get subscription data (Customer name; value of subscription; payment status;) into a google spreadsheet from Chargebee?如何使用 API 从 Chargebee 获取订阅数据(客户名称;订阅价值;付款状态;)到 Google 电子表格中?

I am aware of ChargeBee Subscription API documentation, ( https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=1#retrieve_a_subscription )我知道 ChargeBee 订阅 API 文档,( https://apidocs.chargebee.com/docs/api/subscriptions?prod_cat_ver=1#retrieve_a_subscription

Still, not sure how to use them and fetch data into a google spreadsheet.不过,不确定如何使用它们并将数据提取到谷歌电子表格中。

First time working on an API, very little clue on how to get it done.第一次在 API 上工作,关于如何完成它的线索很少。

Assuming in a real world scenario you have to fetch huge list of subscription data, instead of exporting data from Chargebee via API.假设在现实世界的场景中,您必须获取大量订阅数据,而不是通过 API 从 Chargebee 导出数据。 The correct and easiest approach will be to export via Export/Import GUI available in Web Console.正确和最简单的方法是通过 Web 控制台中提供的导出/导入 GUI 进行导出。 The export file will be in CSV/Excel Sheet format which you can upload to the Google Spreadsheet.导出文件将采用 CSV/Excel 表格格式,您可以将其上传到 Google 电子表格。

Chargebee 网页控制台

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从 Google 电子表格中获取数据 - Fetch data from Google Spreadsheet 如何从谷歌电子表格中获取特定数据? - How to get specific data from google spreadsheet? 将数据从 API 发送到谷歌电子表格 - Send data from an API to google spreadsheet 如何从 Google Spreadsheet 获取数据到 HTML 作为 javascript 变量? - How to get data from Google Spreadsheet to HTML as a javascript variable? 如何通过Python脚本在数据Feed上触发Google电子表格脚本? - How to trigger google spreadsheet script on data feed from Python script? 从google电子表格中特定范围的单元格获取json数据 - obtaining json data from a specific range of cells in a google spreadsheet 使用谷歌电子表格中的旧数据快照生成pdf的脚本? - Script generating pdf with old data snapshot from google spreadsheet? 如何将数据附加到Google电子表格? - How to append data to a google spreadsheet? 在 Google App Script 中获取错误以从 JSON api Webservice 获取数据并将它们写入谷歌电子表格 - Getting error in Google App Script to fetch data from JSON api Webservice and write them to google spreadsheet 我可以让用户从静态网站的 *his* 的谷歌电子表格中写入/读取数据吗? - Could I have a user to write/read data to/from a google spreadsheet of *his* from a static website?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM