provider GET /v1/products/{product}/features/{id}
@utdk/stripe /v1/products/{product}/features/{id}
Retrieve a product_feature
<p>Retrieves a product_feature, which represents a feature attachment to a product</p>
expand query
Specifies which fields in the response should be expanded.
array
id path required
The ID of the product_feature.
string
product path required
The ID of the product.
string

Try it

Authentication
Configure credentials for Stripe API
getproductsproductfeaturesid
GET/v1/products/{product}/features/{id}
<p>Retrieves a product_feature, which represents a feature attachment to a product</p>

Parameters

required

The ID of the product_feature.

required

The ID of the product.

Specifies which fields in the response should be expanded.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.getproductsproductfeaturesid()