Function to send ATS inventory details to brandscope

 The following code can be used to send the Inventory data to brand scope using authentication. var requestObj = {   url: https://integration-test-erp.brandscope.com/api/v2/ats/send_ats.json,     headers: {       ‘cache-control’: ‘no-cache’,       ‘authorization’: ‘Token ‘ + {token},       ‘content-type’: ‘application/json’        },        body: JSON.stringify({  … Continue reading Function to send ATS inventory details to brandscope