provider POST /v1/products/{product}/features
@utdk/stripe /v1/products/{product}/features
Attach a feature to a product
<p>Creates a product_feature, which represents a feature attachment to a product</p>
product path required
string

Try it

Authentication
Configure credentials for Stripe API
postproductsproductfeatures
POST/v1/products/{product}/features
<p>Creates a product_feature, which represents a feature attachment to a product</p>

Parameters

required

Input

required

The ID of the [Feature](https://docs.stripe.com/api/entitlements/feature) object attached to this 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.postproductsproductfeatures()