Discussions
Is there a pricing tier list/details endpoint?
over 5 years ago by Wyatt Tigert
For the product response you have a 'pricing' attribute which is an object with keys of 'price_type', 'price_sell', and 'tier_name'. Some products have a pricing object with price_type
of TIER
(from your example response):
"pricing": {
"price_type": "TIER",
"price_sell": null,
"tier_name": "40"
}
Is there a means of getting the actual price or tier information in those instances?