here is my code snippet: ```var suitelet_url = url...
# suitescript
a
here is my code snippet:
Copy code
var suitelet_url = url.resolveScript({
    		scriptId: 'customscript_kw_getshipcheckorders',
    		deploymentId: 'customdeploy_kw_getshipcheckorders',
    		returnExternalUrl: true, // i don't want to have to do this, because i don't want the suitelet to have to be made available without login 
    		params: {
    			custparam_vendor: vendor
    		}
    	});
    	var orders_result = https.get({
    		url: suitelet_url
    	});