``` function skuData(searchId, count) { re...
# suitescript
e
Copy code
function skuData(searchId, count) {
        return s.load({"id": searchId})
            .run()
            .getRange({
                "start": 0,
                "end": count || 1000
            });
    }