Netsuite Schedule Script to update Amazon Product Price & Quantity
I am using N/https module to update product price and quantity at amazon using schedule script. I have to use PATCH operation for that but N/https module does not support PATCH. So what is the solution for that.
Hi,
In this scenario for Salesforce, I have had luck with this special header:
X–HTTP–Method–Override
It might be worth a try.
Thanks,
Chris
Have tried but that did not work too. Will you share sample code so maybe that will be helpful.