NetSuite Warehouse Management System (WMS) extends your NetSuite implementation and its inventory and warehouse management capabilities so you can better manage your inventory and warehouse transactions. NetSuite WMS helps you improve your inventory accuracy and reduce the time you spend searching for and handling items in your warehouse. It enables you to track your warehouse… Continue reading NetSuite WMS SuiteApps
Author: Nathasha K V
SCM Mobile Setup
SCM Mobile is not a standalone SuiteApp. It is shared along with each SuiteApp required by its supported mobile apps. SCM Mobile provides the mobile capabilities and user interface for the following apps: NetSuite WMS Manufacturing Mobile NetSuite Ship Central Smart Count Enable the following SuiteCloud features before installing the SCM Mobile SuiteApp: Custom Records… Continue reading SCM Mobile Setup
Delete Fulfillment in Shopify using GraphQL Mutation
A mutation is used to delete fulfillment in Shopify using GraphQL. mutation { fulfillmentCancel(id: “gid://shopify/Fulfillment/${fulfillmentId}”) { fulfillment { id status } userErrors { … Continue reading Delete Fulfillment in Shopify using GraphQL Mutation
Create Fulfillment in Shopify using GraphQL Mutation
A mutation is used to create fulfillment in Shopify using GraphQL. The data is passed as variables to the fulfillment orders object obtained for the order. Mutation: mutation fulfillmentCreate($input: FulfillmentInput!) { fulfillmentCreate(fulfillment: $input) { fulfillment { id status } userErrors { field message } } } Variable: { “input”: { “lineItemsByFulfillmentOrder”: [ { “fulfillmentOrderId”: “gid://shopify/FulfillmentOrder/${FULFILLMENT_ORDER_ID}”,… Continue reading Create Fulfillment in Shopify using GraphQL Mutation
Query to get Fulfillment Orders object in Shopify
In order to sync the item fulfillment details from NetSuite to Shopify, it is required to get the fulfillment orders object for the order in Shopify. Then, the line items in NetSuite are compared to the fulfillment orders object and update the quantity via mutation. Query: query getFulfillmentOrders($afterCursor: String) { order(id: “gid://shopify/Order/${ORDER_ID}”) { id fulfillmentOrders(first:… Continue reading Query to get Fulfillment Orders object in Shopify
Shopify GraphQL
GraphQL Admin API lets you build apps and integrations that extend and enhance the Shopify admin. All GraphQL Admin API queries require a valid Shopify access token. Include your token as a X-Shopify-Access-Token header on all API queries. Access scopes for installing App: To keep the platform secure, apps need to request specific access scopes… Continue reading Shopify GraphQL
Suitelet page in WMS
To view search results inside the Warehouse Management System mobile app, a suitelet displaying the search results as a sublist can be created and link the suitelet URL to wms. Create a suitelet page with the result of saved search displayed as a sublist. Handle pagination and filtering in the suitelet. Create a label and… Continue reading Suitelet page in WMS
MAXIMUM_NUMBER_RECIPIENTS_EXCEEDED error in N/email module
The N/email module is used to send email to send email messages from NetSuite to your recipients. The recipients are the receivers of the email and is a required parameters for the email.send() method. This parameter accepts: The internal ID of entity records Email addresses in string format A combination of both in array format… Continue reading MAXIMUM_NUMBER_RECIPIENTS_EXCEEDED error in N/email module
Summary Box Structure using Inline HTML field
To create a box structure similar to summary box to store values in a record, we can use HTML to create the box structure. Add hidden fields to store the values which need to be populated inside the box. Create the box structure with HTML with the values from the field sourced to it. Create… Continue reading Summary Box Structure using Inline HTML field
Supply Chain Control Tower
The Supply Chain Control Tower in NetSuite is an advanced solution designed to help businesses effectively manage the complexities of modern supply chains. By leveraging real-time visibility, predictive insights, and actionable recommendations, the tool empowers businesses to proactively respond to supply chain challenges and optimize operational efficiency. Go to Setup > Company > Enable Features… Continue reading Supply Chain Control Tower