#MarcusStripe
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
The product of the price object is exapndable as mentioned in the documentation:
https://stripe.com/docs/api/prices/object#price_object-product
But you should update your code to :
.addExpand("product")
Without `data.``
thanks!