@aerin Yes you can, ZPL label is just a TEXT file, even if the file module does not allow you to save as ZPL per say, you can create it as text and rename it.
a
aerin
02/19/2021, 5:32 PM
but then I couldn't have a suitelet that returns the file using serverResponse.writeFile({}), it would have to be a text file, then the user would have to save, and rename it to print it
aerin
02/19/2021, 5:33 PM
previously I returned the text file, created a blob object, and then used that to create the zpl file and returned it to the user. I was kind of hoping to skip that and use just the suitelet