Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Fetch a Stripe product by ID.
stripeDefaultRetrieveProduct
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| productId | mustache | Stripe product ID (e.g. "prod_12345"). | Yes |
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). |