When I get the cart lines via this method: <https:...
# suitecommerce
v
When I get the cart lines via this method: https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/Cart.html#getLines I don't see which price level was applied to that particular item line. Is there a way to find that out? For example: For all customers the default pricing is "Online Price Level", but for some customers, we have added "Member Price Level" for certain items via their customer records > Item Pricing The correct price does show for the relevant items on webstore, but I'm not able to figure out what price level was applied for a particular line using the Cart.getLines() method.
d
I added "Price Level for Current Customer" to the order fieldset and found I then got line[].item.extras.pricelevel appearing in the result from getLines. It returns a null value for me, as we don't use price levels, but might be worth further investigation?
v
Thanks for the response, Dominic. I tried it out and it shows null for me too. Weird, because we do use price levels. I will investigate further.
Is there any other way to figure out what price level has been applied to an item in the Cart?