Got it. The answer was just to run json.stringify twice, like this:
retVal = JSON.stringify(JSON.stringify($('Shopify API Get Order').item.json));
return $retVal;
Got it. The answer was just to run json.stringify twice, like this:
retVal = JSON.stringify(JSON.stringify($('Shopify API Get Order').item.json));
return $retVal;