(More precisely, I want to get the bulk quantity d...
# suitecommerce
v
(More precisely, I want to get the bulk quantity discount information on an item; this info will be displayed on the UI on a cutom page in our extension)
s
So not on a PDP or PLP just an arbitrary page? In that case it's probably the safest thing you can use
If you were on a PDP or PLP then you would use the components for those pages
👍 1
Although if your uses are quite simple you may prefer Item.Model which is simpler (https://developers.suitecommerce.com/learn-how-to-make-code-level-item-search-api-calls)
v
Thanks Steve, I'll go with Item.Model instead of Product.Model. 👍