返回 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). |