Customer Creation During Sales Order Sync if Customer is Missing in NetSuite

        if (customerRecData.count <= 0) {           log.debug(“Customer Not Found, Syncing Customer”, dataObj.customer_id);                 // Fetch customer details from Adobe           let customerAPIURL = adobeLib.ADOBE_API_REQUESTS.FETCH_CUSTOMER_BY_ID.replace(“{customerId}”, dataObj.customer_id);           log.debug(“customerAPIURL”, customerAPIURL);        … Continue reading Customer Creation During Sales Order Sync if Customer is Missing in NetSuite