Right now we are testing a restlet that returns so...
# suitescript
s
Right now we are testing a restlet that returns something along the lines of this snippet for our customers to track/check their order status. Takes about 2 seconds to get this information back. Looking into restlet governance/concurrency, I don't think this would be scalable. Should I be looking to create a scheduled script that exports information into a database-backed api server, and then just hit that. Has anyone done something similar to this for their customers?