I'm trying to pull the price of a product based on the default price list of an order.
var odataSelect = _getServerUrl() + "ProductSet?$select=product_price_levels/Amount/pricelevelid&$expand=product_price_levels&$filter=pricelevelid eq guid'" + pricelist +"' and ProductId eq guid'" + packageGUID + "'";
alert(odataSelect);
Why am I getting this error?

*This post is locked for comments
I have the same question (0)