Best Practices for script

General Scripting Guidelines Save retrieved values on a variable and use again on succeeding calls. Execute a block of code only if it satisfies a condition. Remove redundant operations or actions and lines of code which are no longer used within the script execution. Remove duplicate logic on a script that is already performed by… Continue reading Best Practices for script

Generate Credentials for Authentication In Magento/Adobe

Follow the steps to generate credentials for Calling API from Magento Settings —-> Integrations —–>Add New Integrations provide Name, Email ID, Current login Password Click Save 4.Select Resource Access to All in API subtab 4.Click Save 5. Click on Activate link corresponding to the Integration Created. 6.Click Allow for Granting access Credentials will be generated.

Proposal For API Courier Integration Deletion & Updates

Proposal summary  The proposal covers the scope of API courier integration deletion and updates.  Requirement   If an Item Fulfillment record is deleted from NetSuite corresponding order in courier account need to be deleted.  If the ship method is changed from methods supported for stream, then the corresponding order in courier account should be deleted.  If… Continue reading Proposal For API Courier Integration Deletion & Updates

Integration: API Testing using Postman

Creating a request via postman for testing APIs – Using API Key Open an new request window in Postman select the request type: GET,POST,PUT,DELETE Provide the API url Select “No Auth” in Authorization” subtab In Headers subtab, add key as “Authorization” and value as “Bearer APIKeyvalue” (replace APIKeyvalue with key provided by client) Click send… Continue reading Integration: API Testing using Postman

Automate the CSV imports via Suitescript

using scheduled script we can automate csv import.The file to be imported will be stored in the filecabinet. Solution: Step 1: a) Create a Field Map for the CSV File Note: Field Mapping offers a 1-to-1 relationship between the fields on the CSV File and NetSuite Fields. b) Navigate to Setup > Import/Export > Import… Continue reading Automate the CSV imports via Suitescript

Proposal For API Courier Integration

Proposal summary  The proposal covers the scope of API Courier Integration for  Simplee and SGK warehouses with NetSuite.  Requirement   Integrate Courier for Simplee and SGK warehouse with NetSuite account via API(Stream Public API).  Prerequisites  Access to courier accounts of Simplee and Warehouse  Test Details from NetSuite to send to courier system  Client ID & … Continue reading Proposal For API Courier Integration