Assuming unsoldlist is required, the following 2 results were found.
m_Params.put("SoldList",m_SoldList); // // exclude unsold items (ended before purchase) m_UnsoldList = Map(); m_UnsoldList.put("Include","false"); m_Params.put("UnsoldList",m_UnsoldList); // // exclude variations m_Params.put("HideVariations","true");...
= Map(); m_Exclude.put("Include", false); m_Params.put("DeletedFromSoldList",m_Exclude); m_Params.put("DeletedFromUnsoldList",m_Exclude); m_Params.put("ScheduledList",m_Exclude); m_Params.put("SellingSummary",m_Exclude);...