#Stealth-Price

1 messages · Page 1 of 1 (latest)

upper zealot
#

Checking the request...

#

Sorry it was a GET request so I can't see the response. My test on that List Price API showing unit amount. Can you elaborate on where you didn't see it?

crimson elm
#

PriceService in .NET, method ListAsync.

#

This is the response. UnitAmount is missing

upper zealot
#

It's because it's tier price, not per_unit

crimson elm
#

How do I get per unit price?

upper zealot
#

Expand this property and you should have an array of tiers

#

Like the API Reference above, each tier should have its own unit_amount

crimson elm
#

Oh. I see. Thank you.