返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
Fetch a Stripe shipping rate by ID.
stripeDefaultRetrieveShippingRate
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| shippingRateId | mustache | Stripe shipping rate ID (e.g. "shr_12345"). | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Shipping rate ID. |
| displayName | string | Display name. |
| active | boolean | Whether the shipping rate is active. |
| type | string | Shipping rate type. |
| fixedAmount | number | Fixed amount when set. |
| fixedAmountCurrency | string | Currency for the fixed amount. |
| createdAt | string | Shipping rate creation time (ISO). |