Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
Search Stripe products with a query string.
stripeDefaultSearchProducts
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| query | mustache | Search query (e.g. "active:\"true\" AND metadata[\"category\"]:\"apparel\""). | はい |
| limit | mustache | Optional max number of products to return (1-100). Defaults to 10. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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). |