How can I edit the description of a product I have created? I see how I can edit the description of an entitlement or offering, but not a product.
Hi
When creating a RevenueCat product, we actually don’t have a description field. For reference:
If you’re attempting to change the product identifier, I would recommend creating a new product.
After I retrieve the offerings (there's only one), I get the first one from the array.
That I get the package and product like this:
```dart
final package = offer?.availablePackages.firstOrNull;
final product = package?.product;
```
Then I display the value of `product.description` and `product.priceString`.
The description I see is “This unlocks the ability to add more than two people and more than two occasions.”
I’m sure I entered that somewhere during my setup of all the pieces. But now I can’t find that anywhere in the RevenueCat UI and I want to modify it.
Hi
Got it, thank you for clarifying! That description is actually what you inputted inside the app store. Here’s our docs on Apple products and Android products.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.