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.