חזרה אל Stripe
התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.
List Stripe products.
stripeDefaultListProducts
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| active | mustache | Optional active filter ("true" or "false"). | לא |
| 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). |