How to get the Search API response from the suit script

using this methode we can get the responce of api in the suitescript and pass the values throug the model to javascript. searchCasePack: function searchCasePack(itemIds) {     //console.log(‘itemIdssearchCasePack’, itemIds);     var itemIdsArray = [];     var casePackItemSearch = {};     var ItemSearchArr_set = [];     if (itemIds) {    … Continue reading How to get the Search API response from the suit script

How to get category item details using the search API

using this methode we can do Category details from the netsuite  Retrieve Items by Commerce Categories commercecategoryid — You can use the parameter commercecategoryid to retrieve items that belong the specified Commerce Category ID.http://www.mywebstore.com/api/items?commercecategoryid=12345 commercecategoryurl — You can use the parameter commercecategoryurl to retrieve items that belong the specified Commerce Category URL.http://www.mywebstore.com/api/items?commercecategoryurl=/apparel/partywear/shoes commercecategoryname — You can use the parameter commercecategoryname to retrieve items that… Continue reading How to get category item details using the search API

How to category import if there are subcategory in the category using Csv import.

using this methode we can do Category import if there are subCategory in the Category using CSV import Commerce Category Import The commerce category import lets you add or update the following information for commerce categories: Commerce Categories Customer segment assignments Subcategories Category item assignments Category tags Category translations Commerce categories are used to create… Continue reading How to category import if there are subcategory in the category using Csv import.

The proposal for landing pages update from site builder to SCA

this documents contains the deatils of updaing the landng pages from site builder to SCA Home  Privacy   Term of Use   About Us  Contact Us  Earn CE Credits  Schedule a CE Staff Meeting  Recorded CE Courses  Careers  COVID-19  Downloads  Prevention Research  Trade Shows  Video Library  What’s New  Find Your Consultant  Catalog  Sitemap  Additional Pages and Updates:  … Continue reading The proposal for landing pages update from site builder to SCA

How to use the clamp for the font size to get responsive.

using this methode we can get the responcive font size without using media Quers clamp() The clamp() CSS function clamps a middle value within a range of values between a defined minimum bound and a maximum bound. The function takes three parameters: a minimum value, a preferred value, and a maximum allowed value. Note that using clamp() for font sizes, as… Continue reading How to use the clamp for the font size to get responsive.