返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
Fetch a Stripe product by ID.
stripeDefaultRetrieveProduct
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| productId | mustache | Stripe product ID (e.g. "prod_12345"). | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Product ID. |
| name | string | Product name. |
| description | string | Product description when available. |
| active | boolean | Whether the product is active. |
| defaultPriceId | string | Default price ID when available. |
| createdAt | string | Product creation time (ISO). |