How to connect to Amazon SP API

The Selling Partner API (SP-API) is a REST-based API that helps Amazon selling partners programmatically access their data on orders, shipments, payments, and much more. Applications using the SP-API can increase selling efficiency, reduce labour requirements, and improve response time to customers, helping sell partners grow their businesses. You only need to register as a… Continue reading How to connect to Amazon SP API

Proposal For Sync Inventory from NetSuite to Amazon Seller Central

Proposal Summary  Our proposed solution outlines the development of the NetSuite and Amazon Inventory Available Quantity Sync. This involves fetching inventory items from NetSuite, incorporating Protec/Boulevard Location Available Quantity, and updating the available quantity on Amazon Seller Central using the SP-API Listings Items & Search Catalog items functionality. The process will occur twice daily, with… Continue reading Proposal For Sync Inventory from NetSuite to Amazon Seller Central

Configure Microsoft 365 OAuth Integration (Azure Active Directory Application)

Configure Microsoft 365 OAuth Integration (Azure Active Directory Application) Integration with Microsoft 365 via OAuth 2 API enables users to log in with their Microsoft 365 account and connect their mailbox to the Oro application using OAuth authentication. To achieve this, you need to register a custom Azure application and connect it with your Oro… Continue reading Configure Microsoft 365 OAuth Integration (Azure Active Directory Application)

How to use a mapping object to replace values in a data array of objects

The requirement was to show abbreviated values for the shipping item label values sourced from the NetSuite side in a React JS web application. For this, I created a map object and stored the original names and abbreviations as key-value pairs. Used a map function to replace the values in the data object before rendering.… Continue reading How to use a mapping object to replace values in a data array of objects

HTTPS GET vs POST for a Portal to NetSuite data sync API

The choice between using HTTPS GET or POST for a data sync API between NetSuite and portal storage depends on the specific requirements and use case of the application. GET requests should be used for retrieving data from the server(NetSuite records), and they can be cached and bookmarked. However, they have limitations on the amount… Continue reading HTTPS GET vs POST for a Portal to NetSuite data sync API

Saved Search To Retrieve The Last Three Purchase Orders

Record Type: Transaction (as Purchase Orders are transaction records). Criteria: Type is Purchase Order: This filters the search to only include Purchase Orders. Main Line is True: Ensures that only the main line of transactions is considered. Date Created or Date of Purchase Order: Choose one of these date fields to sort the purchase orders.… Continue reading Saved Search To Retrieve The Last Three Purchase Orders

How to add an address lookup feature on a customer record.

Using Dynamic Hyperlinks facilitates Google Map integration in NetSuite. For hyperlink fields, you can establish a link to a website by setting dynamic defaults. Dynamic defaults prove beneficial when the exact URL is unknown until information is collected for the record. You may also wish to incorporate information specific to the current logged-in session as… Continue reading How to add an address lookup feature on a customer record.