العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
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). |