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
Author: Vairamuthu
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
The Significance of DBMS and RDBMS
A Database Management System (DBMS) serves as a pivotal software tool in managing the intricate process of handling data. Its primary functions include defining, creating, and maintaining databases while ensuring controlled access to data. In this article, we delve into the reasons why DBMS is indispensable and explore the enhanced capabilities offered by its evolved… Continue reading The Significance of DBMS and RDBMS
Difference Between PUT and PATCH Request
In the realm of web development and API design, HTTP methods play a crucial role. Two such methods, PUT and PATCH, are often used for updating resources, but they differ significantly in their approach. Let’s delve into the distinctions between these methods to gain a comprehensive understanding of when and how to use them. PUT… Continue reading Difference Between PUT and PATCH Request
Creating Manufacturing Work Centers
A work center is a group of people that perform a specific step in the manufacturing process. After you define a work center group, that work center can be assigned to cover specific steps in the manufacturing process. For example, your assembly process might require the following groups: manufacturing, quality assurance, and packing machine. You… Continue reading Creating Manufacturing Work Centers
Add Multiple Page Break Lines on Advanced PDF/HTML Template
Users want to add multiple pages on a printed PDF using an Advanced PDF/HTML Template. This can be achieved by using <pbr> element on the Template. Solution Navigate to Customization > Forms > Advanced PDF/HTML Template Preferred Advanced PDF/HTML Template: Click Customize/Edit Top right corner: Toggle Source Code Insert the following code on the appropriate line:<pbr header=”sample”/>Note: A pbr tag is equivalent to one page.… Continue reading Add Multiple Page Break Lines on Advanced PDF/HTML Template
Proposal for NetSuite Jira Integration and Field Mapping
Proposal Summary This proposal outlines the development of NetSuite Jira Integration sync, including the field Mapping setup for custom records for Growire Group. The primary objective is to synchronize project details, Epics, Jira Tasks, and Time tracking between NetSuite Custom records and Jira. The proposed solution aims to facilitate one directional syncing of project and… Continue reading Proposal for NetSuite Jira Integration and Field Mapping
Proposal for Jenne Integration to sync items on Sales Order and Quote
Proposal Summary Our proposed solution involves incorporating a button within Sales Orders and Quotes to facilitate the display of Inventory Stock details and automate adjustments by leveraging data from Jenne Web Services. To achieve this, we plan to utilize the getPriceAvailability API and extract relevant information from the MPN and HPMPN fields in the item… Continue reading Proposal for Jenne Integration to sync items on Sales Order and Quote
Generating Excel Files with Image Using ExcelJS
The ExcelJS library allows us to add an image to an EXCEL file. Using the code below, we can create an Excel file in the.xlsx format that is compatible with Microsoft Office. The initial segment of the code involves fetching a company logo from a specified URL using an HTTPS request. The codes proceed to convert the logo into a base64-encoded format. This encoded image is then added to the worksheet using the ExcelJS library’s functionality. The positioning of the image within the worksheet is… Continue reading Generating Excel Files with Image Using ExcelJS
Approving Customer Payments
Approving Customer Payments with Payment Holds Customer payments that are subject to a payment hold are initially saved with an “Unapproved Payment” status and will not be posted until they are reviewed and approved. To manage payments with payment holds, you can review the payment event details and decide on the appropriate action, which could… Continue reading Approving Customer Payments