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
Category: NS Integration
All articles / code related to Netsuite integration
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.
APIs for Syncing Master data to Infor WMS
APIs for Syncing Master data to Infor WMS
Steps to generate access token for Infor WMS
Steps to generate access token for Infor WMS
Portal Access Invitation and Validation for Customers in NetSuite Proposal
The requirement is to implement a method for inviting existing Customers in NetSuite to the Customerportal through email from NetSuite. Deliverables • Add a ‘Send Customer Invite’ button to the Customer record to send a Customerportal invite email.• Add a custom field ‘Customer Portal Sign-Up Status’ to the Customer record to store either of thevalues… Continue reading Portal Access Invitation and Validation for Customers in NetSuite Proposal