GET
/v1/products/{product}/features/{id}Retrieve a product feature attachment
Retrieves a feature attachment from a product. Provide both product and id to identify the product feature relationship, and use expand for selected expanded response fields.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The unique identifier of the product feature attachment. Must be no longer than 5000 characters.
productstringrequired
The unique identifier of the product containing the feature attachment. Must be no longer than 5000 characters.
expandarray<string>optional
Fields to expand in the response. Each field name must be no longer than 5000 characters.
200Returns the product feature attachment, including its identifier, object type, livemode state, and entitlement feature.
entitlement_featureobjectrequired
A feature represents a monetizable ability or functionality in your system.
Features can be assigned to products, and when those products are purchased, Stripe will create an entitlement to the feature for the purchasing customer.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultError response.
errorobjectrequired
Error handling
product and id must be identifiers no longer than 5000 characters. Each field name supplied in expand must also be no longer than 5000 characters.