Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
Fetch a Stripe shipping rate by ID.
stripeDefaultRetrieveShippingRate
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| shippingRateId | mustache | Stripe shipping rate ID (e.g. "shr_12345"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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). |