Stripe に戻る
Stripe と Knoon AI を接続して 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). |