Skip to main content

I’m having issues with a lifetime product I’m trying to setup here. This is my configuration:

However, the returned `currentPrice` shows `null`:

I don’t see any other way to retrieve the prices using the API either. Am I missing something here? 

Hey ​@mooselliot!

I’m successfully seeing the price for that product from the products API. Are you seeing the same, now?


Hey Cody, I just checked and I’m still not seeing the current_price

I’ve tried deleting and creating a new one too:

 


If it helps, the issue seems to be related to the fact that it is either a consumable or non-consumable. For subscriptions, the current_price property will be set. From the sdk types, currentPrice is a non-nullable property, so I’m guessing this is a bug on the api side 🙈


Alright embarrassing, but I’ve found the fix - an update to @revenuecat/purchases-js did the trick!