If you're sending that JSON as the body of your re...
# suitescript
e
If you're sending that JSON as the body of your request, then you will need to parse it more like this: ``` var onRequest = function(context) { var customer = context.request.parameters.customer var record_type = context.request.parameters.record_type var items = JSON.parse(context.request.parameters.items)}