In NS, after a SO was already created, on each line item, there's an option to "Drop Ship" this specific line item. If you click on the "Drop Ship" link, it will create a new PO and when you save ...
I'm struggling with this for a few days already, any help or pointers would be greatly appreciated. I have a simple need, pull a saved search from NS and send the results as a CSV to multiple recip...
We have a requirement that's pretty straightforward. Export data from a NS saved search Create a CSV file from the NS saved search Post a base64 encoded version of the entire CSV file to an API en...
I have an HTTP connection with a response that looks as such [ { "statusCode": 200, "_json": [ { "orderId": "", "orderStatus": null, "error": { "errorStatu...
We have scripts that we developed for our Celigo integration. We would like to have all our scripts in git repo, so that we can version control them and use the API to deploy newer file versions. I...