חזרה אל Stripe
התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | לא |
| customerId | mustache | Optional Stripe customer ID to filter by. | לא |
| active | mustache | Optional active filter ("true" or "false"). | לא |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| id | string | Promotion code ID. |
| code | string | Promotion code. |
| active | boolean | Whether the promotion code is active. |
| couponId | string | Coupon ID tied to the promotion. |
| maxRedemptions | number | Max redemptions when set. |
| timesRedeemed | number | Times redeemed. |
| createdAt | string | Promotion code creation time (ISO). |