I've got a monthly recurring product with 2 tiers, graduated
0 - 1,000 $0.00 per unit, $1.00 flat fee
1,001 - $0.003 per unit
When I retrieve the price object:
tiers_mode == 'graduated'
unit_amount == null
Neither the price nor associated product objects show the $1.00 flat fee or per unit fee for > 1000.
How can I get that information via the JavaScript API?
Thanks
Bob