Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Search Stripe products with a query string.
stripeDefaultSearchProducts
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | mustache | Search query (e.g. "active:\"true\" AND metadata[\"category\"]:\"apparel\""). | Yes |
| limit | mustache | Optional max number of products to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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). |